mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
Increased time between wireless scans to 2 seconds.
This commit is contained in:
@@ -1010,7 +1010,7 @@ def run():
|
|||||||
# Update what the interface looks like as an idle function
|
# Update what the interface looks like as an idle function
|
||||||
gobject.idle_add(app.update_ui)
|
gobject.idle_add(app.update_ui)
|
||||||
# Update the connection status on the bottom every 1.5 s.
|
# Update the connection status on the bottom every 1.5 s.
|
||||||
gobject.timeout_add(1500,app.update_status)
|
gobject.timeout_add(2000,app.update_status)
|
||||||
# This will make sure that it is updated on the second.
|
# This will make sure that it is updated on the second.
|
||||||
gobject.timeout_add(500,app.update_time)
|
gobject.timeout_add(500,app.update_time)
|
||||||
loop.run()
|
loop.run()
|
||||||
|
|||||||
Reference in New Issue
Block a user