mirror of https://gitlab.com/bashrc2/epicyon
Non zero value
parent
5fe459e656
commit
a5597d1dcf
|
@ -61,7 +61,7 @@ def createInitialLastSeen(baseDir: str, httpPrefix: str) -> None:
|
||||||
print('lastSeenFilename: ' + lastSeenFilename)
|
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(100))
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue