Skip to content

Commit

Permalink
You can now place multiple start images
Browse files Browse the repository at this point in the history
The error that was coming when adding multiple photo links has been fixed.
  • Loading branch information
Jisshubot authored Oct 2, 2024
1 parent 3405d7d commit c9b39c4
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 @@ -68,7 +68,7 @@ def is_enabled(value, default):
#---------------------------------------------------------------
#---------------------------------------------------------------
#---------------------------------------------------------------
START_IMG = environ.get('START_IMG', 'https://i.ibb.co/qpxpGmC/image.jpg')
START_IMG = (environ.get('START_IMG', 'https://i.ibb.co/qpxpGmC/image.jpg https://i.ibb.co/DQ35zLZ/image.jpg')).split()
FORCESUB_IMG = environ.get('FORCESUB_IMG', 'https://i.ibb.co/ZNC1Hnb/ad3f2c88a8f2.jpg')
REFER_PICS = (environ.get("REFER_PICS", "https://envs.sh/PSI.jpg")).split()
PAYPICS = (environ.get('PAYPICS', 'https://graph.org/file/f4db1c3ad3d9e38b328e6.jpg')).split()
Expand Down

0 comments on commit c9b39c4

Please sign in to comment.