diff options
author | sebastian.sjoholm <sebastian.sjoholm@gmail.com> | 2012-12-28 10:27:50 +0000 |
---|---|---|
committer | sebastian.sjoholm <sebastian.sjoholm@gmail.com> | 2012-12-28 10:27:50 +0000 |
commit | 77a41685bca36788905c346be586ee835ed2bd28 (patch) | |
tree | 4ca2136921d21f42bab0dc53118eb2ae4957dfed | |
parent | 8b1d7390eec6213bb4feffc57d5669a1a0c1e3fb (diff) | |
download | drcontrol-77a41685bca36788905c346be586ee835ed2bd28.zip drcontrol-77a41685bca36788905c346be586ee835ed2bd28.tar.gz |
-rwxr-xr-x | drcontrol.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drcontrol.py b/drcontrol.py index d8af806..56d9955 100755 --- a/drcontrol.py +++ b/drcontrol.py @@ -163,6 +163,8 @@ if __name__ == '__main__': if options.verbose: cmdarg.verbose = options.verbose print app.name + " " + app.version + else: + cmdarg.verbose = False if options.list: list_devices() |