You've already forked JapariArchive
fixed memory leak related to video files
This commit is contained in:
@@ -33,5 +33,5 @@ async def download_loop(botData: RuntimeBotData):
|
||||
|
||||
except Exception as ex:
|
||||
print(ex)
|
||||
await discordHelper.send_error(traceback.format_exc()[0:256], botData)
|
||||
await discordHelper.send_error(str(ex) + " " + traceback.format_exc(), botData)
|
||||
print("Pixiv done")
|
||||
|
||||
Reference in New Issue
Block a user