mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
feat: improve code quality by fixing typos, adding print statements to exception blocks, remove unused imports etc
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user