bug fix regarding leftovers between runs

rommelfs-patch-4
Sascha Rommelfangen 2018-11-07 14:57:19 +01:00 committed by GitHub
parent a947550b71
commit 463d7ae874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ def handler(q=False):
jreq = req.json()
except Exception as e:
#print(e)
mprint(req.text)
print(req.text)
result_text = ""
sys.exit(1)
n_tx = jreq['n_tx']