Skip to content

Commit

Permalink
* fix(oneandone.py): log response content when error occurs during ch…
Browse files Browse the repository at this point in the history
…ecking
  • Loading branch information
DanielWTE committed Jan 12, 2025
1 parent 43da10d commit 44db07f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checker/oneandone.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def check_1und1(username, password, CHECK_INTERVAL):

except Exception as e:
logging.error(f"Fehler während der Überprüfung: {str(e)}")
logging.error(page.content())
if browser:
browser.close()
return
Expand Down

0 comments on commit 44db07f

Please sign in to comment.