mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 14:44:21 +01:00
plugin - Fixes log entry
This commit is contained in:
@@ -45,7 +45,7 @@ class TowersDBM(DBManager):
|
|||||||
|
|
||||||
except (json.JSONDecodeError, TypeError):
|
except (json.JSONDecodeError, TypeError):
|
||||||
self.plugin.log(
|
self.plugin.log(
|
||||||
f"Could't add tower to db. Wrong tower data format (tower_id={tower_id}, tower_data={tower_data})"
|
f"Could't add tower to db. Wrong tower data format (tower_id={tower_id}, tower_data={tower_data.to_dict()})"
|
||||||
)
|
)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user