diff --git a/templates/zephyr/api.html b/templates/zephyr/api.html index dd38e87361..1c3cd46c56 100644 --- a/templates/zephyr/api.html +++ b/templates/zephyr/api.html @@ -86,6 +86,8 @@ to pull out the resulting HTML :)
#!/usr/bin/env python import humbug +import sys + # Keyword arguments 'email' and 'api_key' are optional if you are using ~/.humbugrc client = humbug.Client(email="othello-bot@example.com", api_key="a0b1c2d3e4f5a6b7c8d9e0f1a2b3c4d5")