EDM115 / unzip-bot

Telegram bot deployable to heroku that can extract every archive !
https://t.me/unzip_edm115bot
MIT License
100 stars 132 forks source link

[BUG] Issue with local/global variables #333

Open EDM115 opened 3 months ago

EDM115 commented 3 months ago

A ton of actions can't be performed either because global variables overlap or because local variables have been declared outside of their usage spectrum and so can't be used.
ex : download from url and get the error cannot access local variable 'location' where it is not associated with a value