gz @jakibaki on breaking robocronp
This commit is contained in:
parent
3101da2bde
commit
1412564ab3
1 changed files with 2 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue