diff options
-rwxr-xr-x | monitor/josef_experimental.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/josef_experimental.py b/monitor/josef_experimental.py index e76cd4d..3919c84 100755 --- a/monitor/josef_experimental.py +++ b/monitor/josef_experimental.py @@ -211,7 +211,7 @@ if __name__ == '__main__': continue sth = get_sth(log["url"]) - start = 4050 + start = 0 idx = 0 end = int(sth["tree_size"]) - 1 |