mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
Fix another typo
This commit is contained in:
parent
63bbe00eae
commit
4be277e353
@ -66,7 +66,7 @@ def start_ui():
|
|||||||
logfile = deluge.common.get_default_config_dir("deluge.log")
|
logfile = deluge.common.get_default_config_dir("deluge.log")
|
||||||
|
|
||||||
sys.stdout = open(logfile, "wb")
|
sys.stdout = open(logfile, "wb")
|
||||||
sys.stderr = stdout
|
sys.stderr = sys.stdout
|
||||||
sys.stdin = None
|
sys.stdin = None
|
||||||
|
|
||||||
from deluge.log import LOG as log
|
from deluge.log import LOG as log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user