Fixed: Addressed PR comments

This commit is contained in:
coffeedogs 2018-05-08 12:53:58 +01:00
parent bbf55a0571
commit 8979a1bef5
No known key found for this signature in database
GPG Key ID: 9D818C503D0B7E70
1 changed files with 1 additions and 1 deletions

View File

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