You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could either use a context-manager like autodelete(path) where these files are used (to ensure they'll be deleted upon cleanup) or use stdlib's tempfile (as they're temporary files used only to upload videos to Telegram).
The text was updated successfully, but these errors were encountered:
There are some files that are created by pico-bot that are never deleted automatically (example:
pico-bot/picobot/handlers.py
Line 419 in 033e461
We could either use a context-manager like
autodelete(path)
where these files are used (to ensure they'll be deleted upon cleanup) or use stdlib's tempfile (as they're temporary files used only to upload videos to Telegram).The text was updated successfully, but these errors were encountered: