Skip to content

Commit

Permalink
Update hot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrumby authored Nov 15, 2024
1 parent 97f6a8a commit c40899d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/hot.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def initialize_settings(self):
self.forceRequestUserAgent = False
self.step = "01"
self.imported_seedphrase = None
self.start_app_xpath = "//a[@href='https://t.me/herewalletbot/app'] | //div[@class='new-message-bot-commands-view'][contains(text(),'Open Wallet')]"
self.start_app_xpath = "//div[@class='new-message-bot-commands-view'][contains(text(),'Open Wallet')]"

def __init__(self):
self.settings_file = "variables.txt"
Expand Down

0 comments on commit c40899d

Please sign in to comment.