mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 21:08:06 +01:00
Fix some indentation problems and turned off stdout/stderr redirection in wicd.py since it would break things.
This commit is contained in:
4
wicd.py
4
wicd.py
@@ -495,8 +495,8 @@ def main(argv):
|
|||||||
use_tray = False
|
use_tray = False
|
||||||
|
|
||||||
# Redirect stderr and stdout for logging purposes
|
# Redirect stderr and stdout for logging purposes
|
||||||
sys.stderr = log
|
#sys.stderr = log
|
||||||
sys.stdout = log
|
#sys.stdout = log
|
||||||
|
|
||||||
# Set up the tray icon GUI and backend
|
# Set up the tray icon GUI and backend
|
||||||
tray_icon = TrayIcon(use_tray)
|
tray_icon = TrayIcon(use_tray)
|
||||||
|
|||||||
Reference in New Issue
Block a user