mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-07 19:08:30 +03:00
Add in progress status to Archive requests
This commit is contained in:
@@ -382,6 +382,9 @@ def process_sheet(sheet):
|
||||
except:
|
||||
# i'm sure there's a better way to handle this than nested try/catch blocks
|
||||
try:
|
||||
wks.update(
|
||||
columns['status'] + str(i), 'Archive in progress')
|
||||
|
||||
r = requests.get(
|
||||
'https://web.archive.org/save/' + v[url_index], allow_redirects=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user