diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-04 14:55:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-04 14:55:39 +0200 |
commit | c927d3fe06b87e73a4a7480f9587c033ebbbfa29 (patch) | |
tree | b442ee72eb65c45e60f84318b66cbd97212bfd52 /src | |
parent | update todo (diff) | |
download | blueshift-c927d3fe06b87e73a4a7480f9587c033ebbbfa29.tar.gz blueshift-c927d3fe06b87e73a4a7480f9587c033ebbbfa29.tar.bz2 blueshift-c927d3fe06b87e73a4a7480f9587c033ebbbfa29.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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 2cb7c18..84be9c9 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -230,7 +230,7 @@ def drm(*crtcs, screen = 0, display = None): pass # Happens on exit by TERM signal -def print_curves(*crtcs, screen = 0, display = None compact = False): +def print_curves(*crtcs, screen = 0, display = None, compact = False): ''' Prints the curves to stdout |