logging fixed

This commit is contained in:
f-kessler 2019-03-14 11:41:38 +01:00 committed by GitHub
parent f86aeb914b
commit ea68fabc12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,4 +119,4 @@ def run(typ,freq,data):
except:
logging.error("unknown error")
logging.debug("unknown error", exc_info=True)
logging.debug("unknown error", exc_info=True)