From 53bf43c9f5fa9b89240a3f859c9e476adf72c99d Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Tue, 8 Sep 2020 08:30:28 +0100 Subject: [PATCH] updates --- komrade/backend/operators.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/komrade/backend/operators.py b/komrade/backend/operators.py index 84658bb..d83f3a5 100644 --- a/komrade/backend/operators.py +++ b/komrade/backend/operators.py @@ -504,7 +504,8 @@ def connect_phonelines(): # load remote contacts qrfn_op = os.path.join(PATH_QRCODES,OPERATOR_NAME+'.png') qrfn_ph = os.path.join(PATH_QRCODES,TELEPHONE_NAME+'.png') - if not os.path.exists() + # if not os.path.exists(qrfn_op): + # unpack remote pkg pkg = b64decode(r.text)