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: