From 205e656745e8d4efe60deb78b4a70de78ea5f187 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 5 Nov 2013 23:23:06 -0500 Subject: Version 0.1.0 --- config.py.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config.py.example (limited to 'config.py.example') diff --git a/config.py.example b/config.py.example new file mode 100644 index 0000000..c031e50 --- /dev/null +++ b/config.py.example @@ -0,0 +1,15 @@ +import os, logging + +USERNAME='' +PASSWORD='' + +# log level +LOGLEVEL=logging.INFO + +# seconds to sleep between queries +SLEEP=300 + +# icon for notifications +ICON=os.path.dirname(__file__ + '/icon.png') + +# vim:ft=python: -- cgit v1.2.3-54-g00ecf