2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-13 21:18:03 +01:00
parent c45d83d330
commit fc31c66a2a

View File

@ -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