()
| 2145 | |
| 2146 | |
| 2147 | def _clear_tg_session(): |
| 2148 | try: |
| 2149 | keyring.delete_password(TG_SESSION_KEYRING_SERVICE, TG_SESSION_KEYRING_USER) |
| 2150 | except Exception: |
| 2151 | pass |
| 2152 | |
| 2153 | |
| 2154 | def client_ip(): |
nothing calls this directly
no outgoing calls
no test coverage detected