mirror of https://gitlab.com/bashrc2/epicyon
Remove debug
parent
aaf5489528
commit
bcdc9cbf5c
|
@ -70,7 +70,6 @@ def createInitialLastSeen(baseDir: str, httpPrefix: str) -> None:
|
||||||
httpPrefix + '://' + domain + '/users/' + nickname
|
httpPrefix + '://' + 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(100))
|
fp.write(str(100))
|
||||||
|
|
Loading…
Reference in New Issue