Remove debug

merge-requests/30/head
Bob Mottram 2021-08-11 13:46:39 +01:00
parent aaf5489528
commit bcdc9cbf5c
1 changed files with 0 additions and 1 deletions

View File

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