1
0
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:
Ross Wilson
2015-06-21 17:37:09 +07:00
parent 6abce2fa8e
commit 5e9aa7aa02

View File

@@ -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