Merge branch 'master' of gitserver:matthias/infomentor

This commit is contained in:
2018-09-02 10:07:46 +02:00

View File

@@ -16,6 +16,8 @@ pushover.init('***REMOVED***')
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(name)s - %(levelname)8s - %(message)s',
filename='log.txt',
filemode='a+'
)
logger = logging.getLogger('Infomentor Notifier')