mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix another typo
This commit is contained in:
parent
63bbe00eae
commit
4be277e353
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def start_ui():
|
|||
logfile = deluge.common.get_default_config_dir("deluge.log")
|
||||
|
||||
sys.stdout = open(logfile, "wb")
|
||||
sys.stderr = stdout
|
||||
sys.stderr = sys.stdout
|
||||
sys.stdin = None
|
||||
|
||||
from deluge.log import LOG as log
|
||||
|
|
Loading…
Add table
Reference in a new issue