diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-10-31 03:42:39 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-10-31 03:42:39 +0100 |
| commit | bba65264a5187d30e68aff4937546c35b25e5714 (patch) | |
| tree | f8d8ec9904efb856b56e1844dc1cf6d6fd4692af /fetch-entries.py | |
| parent | 2ede97c42b203c37a8a9f98784af4f31f01961f4 (diff) | |
sleep
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): |
