From 355641f29e274c35b74dbb2c76758e63044bdd5b Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Tue, 10 Aug 2021 13:35:47 +0200 Subject: [PATCH] oeps --- exhausting_mturk/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exhausting_mturk/api.py b/exhausting_mturk/api.py index 8ddc8ae..7093790 100644 --- a/exhausting_mturk/api.py +++ b/exhausting_mturk/api.py @@ -112,7 +112,7 @@ class Connection(): # RequesterFeedback=reason ) except Exception as e: - logger.danger("ignoring exception on accepting/rejecting assignment!") + logger.critical("ignoring exception on accepting/rejecting assignment!") logger.exception(e) # save with new status after all processing is succesfull