diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/monitor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monitor.py b/src/monitor.py index 499d7d0..5d83fa9 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -498,7 +498,7 @@ class Output: return '[Name: %s, Connected: %s, Width: %s, Height: %s, CRTC: %s, Screen: %s, EDID: %s]' % rc -class EDID: # TODO demo this +class EDID: ''' Data structure for parsed EDID:s |