diff options
-rwxr-xr-x | bin/key_test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/key_test b/bin/key_test index 8726b5f..35fae77 100755 --- a/bin/key_test +++ b/bin/key_test @@ -395,7 +395,6 @@ Hint to find codes: reporter = reporter_factory(main_loop, keys, options.scancodes) except: parser.error("Failed to initialize interface: %s" % options.interface) - GObject.timeout_add_seconds(EXIT_TIMEOUT, reporter.quit) try: main_loop.run() |