mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-20 22:14:41 +01:00
plugin - Fixes log entry
This commit is contained in:
@@ -50,7 +50,9 @@ class TowersDBM(DBManager):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
else:
|
else:
|
||||||
self.plugin.log(f"Could't add user to db. Wrong pk format (tower_id={tower_id}, tower_data={tower_data})")
|
self.plugin.log(
|
||||||
|
f"Could't add user to db. Wrong pk format (tower_id={tower_id}, tower_data={tower_data.to_dict()})"
|
||||||
|
)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def load_tower_record(self, tower_id):
|
def load_tower_record(self, tower_id):
|
||||||
|
|||||||
Reference in New Issue
Block a user