forked from indymedia/epicyon
Debug
parent
f1886ddd9c
commit
5fe459e656
|
@ -58,6 +58,7 @@ def createInitialLastSeen(baseDir: str, httpPrefix: str) -> None:
|
|||
nickname + '@' + domain + '/users/' + nickname
|
||||
lastSeenFilename = \
|
||||
lastSeenDir + '/' + actor.replace('/', '#') + '.txt'
|
||||
print('lastSeenFilename: ' + lastSeenFilename)
|
||||
if not os.path.isfile(lastSeenFilename):
|
||||
with open(lastSeenFilename, 'w+') as fp:
|
||||
fp.write(str(0))
|
||||
|
|
Loading…
Reference in New Issue