From 8979a1bef5ecd9a7f4cd0ee2de95dcb728984436 Mon Sep 17 00:00:00 2001 From: coffeedogs Date: Tue, 8 May 2018 12:53:58 +0100 Subject: [PATCH] Fixed: Addressed PR comments --- src/class_singleWorker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/class_singleWorker.py b/src/class_singleWorker.py index e87cb95d..d51e124a 100644 --- a/src/class_singleWorker.py +++ b/src/class_singleWorker.py @@ -1267,7 +1267,7 @@ class singleWorker(threading.Thread, StoppableThread): except: apiNotifyPath = '' if apiNotifyPath != '': - call([apiNotifyPath, "newMessage"]) # nosec + call([apiNotifyPath, "newMessage"]) def requestPubKey(self, toAddress): toStatus, addressVersionNumber, streamNumber, ripe = decodeAddress(