Return type

main2
Bob Mottram 2019-10-25 17:50:22 +01:00
parent 504a2301c6
commit 5f5bb5290d
1 changed files with 1 additions and 1 deletions

View File

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