diff options
author | Tom Ritter <tom@ritter.vg> | 2016-01-25 21:49:36 -0500 |
---|---|---|
committer | Tom Ritter <tom@ritter.vg> | 2016-01-25 21:49:36 -0500 |
commit | 4a42c0a83c9b50600c26c5816c0d666a44910d10 (patch) | |
tree | 5a027a0f2073eea029cd839d60bc6d928d484a79 /main.py | |
parent | 9b25f65ca655a567873c66c2b015884a3e013276 (diff) |
Fix redundant setLog call
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -46,7 +46,6 @@ if __name__ == "__main__": requests_log.setLevel(logging.CRITICAL) logging.basicConfig(format="%(asctime)s:%(levelname)s: %(message)s") log = logging.getLogger() - log.setLevel(logging.DEBUG) if args.v: log.setLevel(logging.DEBUG) |