diff --git a/files/helpers/actions.py b/files/helpers/actions.py index e5fb5b627..85da0a080 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -30,7 +30,7 @@ def badge_grant(user, badge_id, description=None, url=None): def archiveorg(url): try: requests.get(f'https://web.archive.org/save/{url}', headers={'User-Agent': 'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)'}, timeout=100) - except: pass + except Exception as e: print(e, flush=True) def execute_snappy(post, v): snappy = get_account(SNAPPY_ID)