mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-09 13:35:30 +00:00
gz @jakibaki on breaking robocronp
This commit is contained in:
parent
3101da2bde
commit
1412564ab3
|
@ -84,7 +84,8 @@ class Robocronp:
|
||||||
delete_job(timestamp, jobtype, job_name)
|
delete_job(timestamp, jobtype, job_name)
|
||||||
except:
|
except:
|
||||||
# Don't kill cronjobs if something goes wrong.
|
# 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()}```")
|
f"{traceback.format_exc()}```")
|
||||||
|
|
||||||
async def minutely(self):
|
async def minutely(self):
|
||||||
|
|
Loading…
Reference in a new issue