fixup etc/fixbot-nexus.py
authorTero Marttila <terom@fixme.fi>
Thu, 04 Feb 2010 19:41:25 +0200
changeset 41 9be5b4525e78
parent 40 b9fdb7710768
child 42 ccd6d5632ca0
fixup etc/fixbot-nexus.py
etc/fixbot-nexus.py
--- a/etc/fixbot-nexus.py	Thu Feb 04 19:40:51 2010 +0200
+++ b/etc/fixbot-nexus.py	Thu Feb 04 19:41:25 2010 +0200
@@ -1,5 +1,7 @@
-# the shared static secret to use for API connections. This file shouldn't be world-readable
+"""
+    Configuration file for the fixbot nexus component
+"""
 
-# this should be a string
-secret = please replace me
+## Shared static secret for use by API connections
+api_secret = "xyz"