Skip to content

Commit

Permalink
Update info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
1hari11111111 authored Sep 1, 2024
1 parent 2789b53 commit 7e485ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def is_enabled(value, default):

# Bot settings
CACHE_TIME = int(environ.get('CACHE_TIME', 1800))
PICS = (environ.get('PICS', 'https://telegra.ph/file/0151dc084b62cb01b209d.jpg').split() #SAMPLE PIC
PICS = (environ.get('PICS', "https://telegra.ph/file/0151dc084b62cb01b209d.jpg")).split() #SAMPLE PIC
NOR_IMG = environ.get("NOR_IMG", "https://graph.org/file/b69af2db776e4e85d21ec.jpg")
MELCOW_VID = environ.get("MELCOW_VID", "https://t.me/How_To_Open_Linkl")
SPELL_IMG = environ.get("SPELL_IMG", "https://te.legra.ph/file/15c1ad448dfe472a5cbb8.jpg")
Expand Down

0 comments on commit 7e485ba

Please sign in to comment.