diff options
author | josef <josef.gson@gmail.com> | 2015-11-11 09:45:46 +0100 |
---|---|---|
committer | josef <josef.gson@gmail.com> | 2015-11-11 09:45:46 +0100 |
commit | 5f2bc8f99a38073d38c4d046e34f11a07d379dec (patch) | |
tree | 9ec2a1b5f89f5ffc870fba6f43b2bb3bb6dd4200 | |
parent | 83aeddb35bacffe6b32b808cac72ae99d54b0889 (diff) |
start fix
-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 |