gz @jakibaki on breaking robocronp

This commit is contained in:
Ave Ozkal 2018-12-31 01:43:48 +03:00
parent 3101da2bde
commit 1412564ab3
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -84,7 +84,8 @@ class Robocronp:
delete_job(timestamp, jobtype, job_name)
except:
# Don't kill cronjobs if something goes wrong.
await log_channel.send("Crondo has errored: ```"
delete_job(timestamp, jobtype, job_name)
await log_channel.send("Crondo has errored, job deleted: ```"
f"{traceback.format_exc()}```")
async def minutely(self):