From 5f5bb5290da7503dab95b849fe7ab829e42d3af7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 25 Oct 2019 17:50:22 +0100 Subject: [PATCH] Return type --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 02802797..b1916a61 100644 --- a/daemon.py +++ b/daemon.py @@ -4060,7 +4060,7 @@ def runSharesExpireWatchdog(projectVersion: str,httpd) -> None: httpd.thrSharesExpire.start() print('Restarting shares expiry...') -def loadTokens(baseDir: str,tokensDict: {},tokensLookup: {}) ->: +def loadTokens(baseDir: str,tokensDict: {},tokensLookup: {}) -> None: for subdir, dirs, files in os.walk(baseDir+'/accounts'): for handle in dirs: if '@' in handle: