2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-17 21:25:37 +00:00
This commit is contained in:
quadrismegistus 2020-09-13 21:18:47 +01:00
parent fc31c66a2a
commit 61cdd56f38

View File

@ -43,6 +43,8 @@ def locate_an_operator(name=None,pubkey=None):
return TELEPHONE
self.log('name????')
from komrade.backend.komrades import Komrade
PHONEBOOK[name] = PHONEBOOK[pubkey] = caller = Komrade(name=name)
return caller