Skip to content

Commit

Permalink
update global_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FaxWeb7 committed Jul 31, 2024
1 parent c291cea commit d733b3e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions global_data/global_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
CHAT_ID = '237856'
# api tokens for tg bots, if USE_TH_BOT=True (get in @BotFather)
BLUM_BOT_TOKEN = '87265743:JKFDHad'
ONEWIN_BOT_TOKEN = '87265743:JKFDHad'
CRYPTORANK_BOT_TOKEN = '87265743:JKFDHad'
YESCOIN_BOT_TOKEN = '87265743:JKFDHad'
TAPSWAP_BOT_TOKEN = '87265743:JKFDHad'
Expand All @@ -32,14 +31,14 @@
"""
petyaPaths = [
'./1_blum',
'./3_cryptorank',
'./4_yescoin',
'./9_hamsterkombat',
'./10_dogshouse',
'./2_cryptorank',
'./3_yescoin',
'./8_hamsterkombat',
'./9_dogshouse',
]
shamhiPaths = [
'./5_tapswap',
'./6_dotcoin',
'./7_pocketfi',
'./8_muskempire'
'./4_tapswap',
'./5_dotcoin',
'./6_pocketfi',
'./7_muskempire'
]

0 comments on commit d733b3e

Please sign in to comment.