Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PokemonGoF/PokemonGo-Bot
/ login_success
Method
login_success
pokemongo_bot/health_record/bot_event.py:52–55 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
50
self.client.captureException()
51
52
def
login_success(self):
53
if
self.config.health_record:
54
self.last_heartbeat = time.time()
55
self.track_url(
'/loggedin'
)
56
57
def
login_failed(self):
58
if
self.config.health_record:
Callers
1
main
Function · 0.95
Calls
1
track_url
Method · 0.95
Tested by
no test coverage detected