mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 14:34:33 +00:00
Fixes of 'loop closed' error & self-checking base rewrite, some improvements
This commit is contained in:
+1
-1
@@ -189,7 +189,7 @@ class SitesInformation():
|
||||
)
|
||||
except KeyError as error:
|
||||
raise ValueError(f"Problem parsing json contents at "
|
||||
f"'{data_file_path}': "
|
||||
f"'{data_file_path}' for site {site_name}: "
|
||||
f"Missing attribute {str(error)}."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user