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
|
||||
lastSeenFilename = \
|
||||
lastSeenDir + '/' + actor.replace('/', '#') + '.txt'
|
||||
print('lastSeenFilename: ' + lastSeenFilename)
|
||||
if not os.path.isfile(lastSeenFilename):
|
||||
with open(lastSeenFilename, 'w+') as fp:
|
||||
fp.write(str(100))
|
||||
|
|
Loading…
Reference in New Issue