mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
updates
This commit is contained in:
parent
c45d83d330
commit
fc31c66a2a
@ -42,7 +42,8 @@ def locate_an_operator(name=None,pubkey=None):
|
||||
if pubkey and pubkey == TELEPHONE.pubkey:
|
||||
return TELEPHONE
|
||||
|
||||
PHONEBOOK[name] = PHONEBOOK[pubkey] = caller = Caller(name=name,pubkey=pubkey)
|
||||
|
||||
PHONEBOOK[name] = PHONEBOOK[pubkey] = caller = Komrade(name=name)
|
||||
return caller
|
||||
|
||||
from komrade.constants import OPERATOR_ROUTES
|
||||
|
Loading…
Reference in New Issue
Block a user