EDM115 / unzip-bot

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

[BUG] Issue with local/global variables #333

Open EDM115 opened 1 month ago

EDM115 commented 1 month 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