MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / _clear_tg_session

Function _clear_tg_session

IntelOSINT.py:2147–2151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2145
2146
2147def _clear_tg_session():
2148 try:
2149 keyring.delete_password(TG_SESSION_KEYRING_SERVICE, TG_SESSION_KEYRING_USER)
2150 except Exception:
2151 pass
2152
2153
2154def client_ip():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected