diff options
| author | josef <josef.gson@gmail.com> | 2015-10-21 16:30:20 +0200 |
|---|---|---|
| committer | josef <josef.gson@gmail.com> | 2015-10-21 16:30:20 +0200 |
| commit | dc8fba9834571b80f50b92f072583bae179b843f (patch) | |
| tree | 50f3b38940a9082b9ea8f922fa536c72862020f2 /monitor/josef_experimental.py | |
| parent | e40697f81b38c9008bbc1ca1172df8cbff0fffc9 (diff) | |
fixing mover
Diffstat (limited to 'monitor/josef_experimental.py')
| -rwxr-xr-x | monitor/josef_experimental.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor/josef_experimental.py b/monitor/josef_experimental.py index 580ee11..eab57a1 100755 --- a/monitor/josef_experimental.py +++ b/monitor/josef_experimental.py @@ -30,6 +30,7 @@ def check_inclusion_by_submission(first, last, source, dests): try: entries = [] while len(entries) <= last - first: + print "Getting " + str(first + len(entries)) + " to " + str(last) entries += get_entries(s_log["url"], first + len(entries), last)["entries"] # print "Fetched entries up to " + str(len(first + len(entries))) |
