diff --git a/auto_archive.py b/auto_archive.py index 17a548e..63a3e5e 100644 --- a/auto_archive.py +++ b/auto_archive.py @@ -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)