finally! abolishing private key property

operator-time
quadrismegistus 4 years ago
parent 04bbdb9867
commit b4e4cbdbfb

@ -17,7 +17,7 @@ class TheOperator(Operator):
def phone(self):
global TELEPHONE
from komrade.backend.the_telephone import TheTelephone
if not TELEPHONE: TELEPHONE=TheTelephone()
if not TELEPHONE: TELEPHONE=TheTelephone(allow_builtin=False)
return TELEPHONE

Loading…
Cancel
Save