mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
[Core] Add missing warn_msg arg to set_dummy_trans()
This commit is contained in:
parent
857e2fd46e
commit
cb158ca866
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def start_daemon(skip_start=False):
|
|||
deluge.core.daemon.Daemon: A new daemon object
|
||||
|
||||
"""
|
||||
lang.set_dummy_trans()
|
||||
lang.set_dummy_trans(warn_msg=True)
|
||||
|
||||
# Setup the argument parser
|
||||
parser = BaseArgParser()
|
||||
|
|
Loading…
Add table
Reference in a new issue