Delay when failing

This commit is contained in:
Florent Guiotte 2020-05-27 08:52:09 +02:00
parent bbd62654f8
commit d0ceae758a

View File

@ -77,6 +77,7 @@ def main():
except Exception as e:
log.error(e)
log.error('Error occured on expe {}'.format(expe.id))
time.sleep(60)
if __name__ == '__main__':