Merge pull request #251 from MISP/rommelfs-patch-4

bug fix regarding leftovers between runs
pipenv
Raphaël Vinot 2018-11-07 15:27:52 +01:00 committed by GitHub
commit 2ccc8fd405
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']