diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/monitor.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/monitor.py b/src/monitor.py index fe810cf..2a9e2a8 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -522,7 +522,6 @@ class EDID: # TODO demo and document this self.gamma_correction = self.gamma / 2.2 if not sum(edid) % 256 == 0: raise Exception('Incorrect EDID checksum') - def list_screens(method = 'randr', display = None): |