diff options
Diffstat (limited to 'examples/modem-watcher-python/modem-watcher-python')
-rwxr-xr-x | examples/modem-watcher-python/modem-watcher-python | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/modem-watcher-python/modem-watcher-python b/examples/modem-watcher-python/modem-watcher-python index f7dd1fc6..ab7399d1 100755 --- a/examples/modem-watcher-python/modem-watcher-python +++ b/examples/modem-watcher-python/modem-watcher-python @@ -33,7 +33,7 @@ def signal_handler(loop): def main(): """Main routine.""" # Create modem watcher - ModemWatcher.ModemWatcher() + ModemWatcher.ModemWatcher(None) # Main loop main_loop = GLib.MainLoop() |