MCPcopy
hub / github.com/tinode/chat / login_error

Function login_error

chatbot/python/chatbot.py:111–114  ·  view source on GitHub ↗
(unused, errcode)

Source from the content-addressed store, hash-verified

109 exit(1)
110
111def login_error(unused, errcode):
112 # Check for 409 "already authenticated".
113 if errcode.get('code') != 409:
114 exit(1)
115
116def server_version(params):
117 if params == None:

Callers 1

loginFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…