mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
Make ready() a method, not property
This commit is contained in:
@@ -189,7 +189,6 @@ class Display(_BufferedCanvas):
|
||||
self.Sync40hz = 0
|
||||
self.cycle_count = self.SYNC_40HZ_CYCLE_COUNT
|
||||
|
||||
@property
|
||||
def ready(self):
|
||||
return self.Sync40hz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user