Skip to content

Commit

Permalink
Set a Default str
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentDemonSD authored Nov 28, 2022
1 parent 3266935 commit c15eeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
DOWNLOAD_DIR = f'{DOWNLOAD_DIR}/'


TGH_THUMB = environ.get('TGH_THUMB')
TGH_THUMB = environ.get('TGH_THUMB', '')
if len(TGH_THUMB) == 0:
TGH_THUMB = 'https://te.legra.ph/file/3325f4053e8d68eab07b5.jpg'

Expand Down

0 comments on commit c15eeed

Please sign in to comment.