diff options
Diffstat (limited to 'fetch-entries.py')
| -rw-r--r-- | fetch-entries.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch-entries.py b/fetch-entries.py index 8c50d9a1..e206b058 100644 --- a/fetch-entries.py +++ b/fetch-entries.py @@ -25,7 +25,7 @@ def fetch_entries(index): './vendor/scholar.py', '-t', '-A', t, '--csv', ], stdout=f) - # time.sleep(random.randint(20, 32)) + time.sleep(random.randint(30, 60)) def read_citation_list(index): |
