diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-26 16:37:00 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-26 17:03:47 +0200 |
| commit | 70283a4a64c625d76ebd119e46cd076f643691a6 (patch) | |
| tree | a62f198dea35d65e4124504e36bf3cd25b2dc7a4 | |
| parent | dd32da86b056ba77b78969b5453ba82189150a21 (diff) | |
| download | jasper-client-70283a4a64c625d76ebd119e46cd076f643691a6.tar.gz jasper-client-70283a4a64c625d76ebd119e46cd076f643691a6.zip | |
Remove misplaced logging.basicConfig() from notifier.py
| -rw-r--r-- | client/notifier.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/notifier.py b/client/notifier.py index 434a869..2ae66f8 100644 --- a/client/notifier.py +++ b/client/notifier.py @@ -3,8 +3,6 @@ import Queue from modules import Gmail from apscheduler.scheduler import Scheduler import logging -logging.basicConfig() - class Notifier(object): |
