mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
plugin - Fixes log entry
This commit is contained in:
@@ -45,7 +45,7 @@ class TowersDBM(DBManager):
|
||||
|
||||
except (json.JSONDecodeError, TypeError):
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user