diff --git a/follow.py b/follow.py index 3c8389a9..1ff25185 100644 --- a/follow.py +++ b/follow.py @@ -61,7 +61,7 @@ def createInitialLastSeen(baseDir: str, httpPrefix: str) -> None: print('lastSeenFilename: ' + lastSeenFilename) if not os.path.isfile(lastSeenFilename): with open(lastSeenFilename, 'w+') as fp: - fp.write(str(0)) + fp.write(str(100)) break