forked from indymedia/epicyon
Return type
parent
504a2301c6
commit
5f5bb5290d
|
@ -4060,7 +4060,7 @@ def runSharesExpireWatchdog(projectVersion: str,httpd) -> None:
|
||||||
httpd.thrSharesExpire.start()
|
httpd.thrSharesExpire.start()
|
||||||
print('Restarting shares expiry...')
|
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 subdir, dirs, files in os.walk(baseDir+'/accounts'):
|
||||||
for handle in dirs:
|
for handle in dirs:
|
||||||
if '@' in handle:
|
if '@' in handle:
|
||||||
|
|
Loading…
Reference in New Issue