mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-16 14:25:12 +00:00
Set batch_write to False in __init__
This commit is contained in:
parent
635260e686
commit
93468f342a
@ -141,6 +141,8 @@ class ConsoleUI(component.Component):
|
|||||||
def __init__(self, args=None):
|
def __init__(self, args=None):
|
||||||
component.Component.__init__(self, "ConsoleUI", 2)
|
component.Component.__init__(self, "ConsoleUI", 2)
|
||||||
|
|
||||||
|
self.batch_write = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
locale.setlocale(locale.LC_ALL, '')
|
locale.setlocale(locale.LC_ALL, '')
|
||||||
self.encoding = locale.getpreferredencoding()
|
self.encoding = locale.getpreferredencoding()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user