mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
plugin - Improves README and defaults misbehaving_proof to empty dict
This commit is contained in:
@@ -29,7 +29,7 @@ class TowerInfo:
|
||||
self.appointments = {}
|
||||
self.pending_appointments = []
|
||||
self.invalid_appointments = []
|
||||
self.misbehaving_proof = None
|
||||
self.misbehaving_proof = {}
|
||||
|
||||
@classmethod
|
||||
def from_dict(cls, tower_data):
|
||||
|
||||
Reference in New Issue
Block a user