]> git.cworth.org Git - turbot-web/blobdiff - html_generator.py
Add missing import of boto3
[turbot-web] / 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/"