Skip to content

Commit

Permalink
Update info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv9969 authored Nov 1, 2024
1 parent 704b2e3 commit cd9323c
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 @@ -69,7 +69,7 @@ def is_enabled(value, default):
PREMIUM_LOGS = int(premium) if premium and id_pattern.search(premium) else None

# verify link shortner
IS_VERIFY = is_enabled((environ.get('IS_VERIFY', 'False')), False)
IS_VERIFY = is_enabled((environ.get('IS_VERIFY', 'True')), True)
HOW_TO_VERIFY = environ.get('HOW_TO_VERIFY', "https://t.me/kaisekhole/15")
SHORTLINK_URL = environ.get('SHORTLINK_URL', 'instantearn.in')
SHORTLINK_API = environ.get('SHORTLINK_API', 'fdae4ded7d9f404188ce1b10e8342759116cd66e')
Expand Down

0 comments on commit cd9323c

Please sign in to comment.