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