]> git.cworth.org Git - turbot-web/commitdiff
Add missing import of boto3
authorCarl Worth <cworth@cworth.org>
Wed, 12 Jan 2022 08:07:18 +0000 (00:07 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 12 Jan 2022 08:07:18 +0000 (00:07 -0800)
Otherwise, this code wasn't going to work at all.

html_generator.py

index 9eee85c95f1fcf62d9a47a4214c398743c3f6dc5..de1265c147863589494b39148bdb929ad454d49d 100644 (file)
@@ -14,6 +14,7 @@ that would be great
 
 Requires sorttable.js, which should be included
 """
+import boto3
 from boto3.dynamodb.conditions import Key
 
 website = "https://halibut.cworth.org/"