feat: improve code quality by fixing typos, adding print statements to exception blocks, remove unused imports etc

This commit is contained in:
Vxrtrauter
2026-03-15 23:01:02 +01:00
parent b0e4368e25
commit 62b24c7111
10 changed files with 38 additions and 38 deletions
+3 -2
View File
@@ -35,6 +35,7 @@ def scrape_gofile(url):
link = temp[child[0]]["link"]
return link, headers
except:
consoleLog("GoFile Authorisation failed, if the Issue persists, please open an Issue on GitHub")
except Exception:
consoleLog("GoFile Authorization failed, if the Issue persists, please open an Issue on GitHub")
return None