Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Oof
Browse files Browse the repository at this point in the history
  • Loading branch information
breakdowns authored Apr 26, 2021
1 parent 6f2080b commit 2ed3557
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ def getConfig(name: str):
ENABLE_FILESIZE_LIMIT = False
except KeyError:
ENABLE_FILESIZE_LIMIT = False
try:
IMAGE_URL = getConfig('IMAGE_URL')
except KeyError:
IMAGE_URL = None
try:
UPTOBOX_TOKEN = getConfig('UPTOBOX_TOKEN')
except KeyError:
Expand Down

0 comments on commit 2ed3557

Please sign in to comment.