Skip to content

Commit

Permalink
Update bot_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
markjohanson183 authored May 26, 2023
1 parent b9272e0 commit 8cd5dc7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bot/modules/bot_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,6 @@ def load_config():
SERVER_PORT = environ.get('SERVER_PORT', '')
SERVER_PORT = 80 if len(SERVER_PORT) == 0 else int(SERVER_PORT)

LEECH_CAPTION = environ.get('LEECH_CAPTION')
if len(LEECH_CAPTION) == 0:
LEECH_CAPTION = ''

SAFE_MODE = environ.get('SAFE_MODE', '')
if len(SAFE_MODE) == 0:
SAFE_MODE = ''
Expand Down Expand Up @@ -817,7 +813,6 @@ def load_config():
'WEB_PINCODE': WEB_PINCODE,
'YTDLP_LIMIT': YTDLP_LIMIT,
'MAX_PLAYLIST': MAX_PLAYLIST,
'LEECH_CAPTION':LEECH_CAPTION,
'SAFE_MODE': SAFE_MODE,
'YT_DLP_QUALITY': YT_DLP_QUALITY})

Expand Down

0 comments on commit 8cd5dc7

Please sign in to comment.