diff --git a/maigret/checking.py b/maigret/checking.py index 2cfc255..2c8f488 100644 --- a/maigret/checking.py +++ b/maigret/checking.py @@ -715,7 +715,7 @@ def process_site_result( MaigretCheckStatus.UNKNOWN, query_time=response_time, error=check_error, - context=str(CheckError), + context=str(check_error), tags=fulltags, ) elif check_type == "message":