mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 22:06:27 +00:00
fix missing comma
This commit is contained in:
parent
a17466f6b9
commit
28b3ad4a80
@ -79,7 +79,7 @@ DEFAULT_PREFS = {
|
|||||||
"show_ul" : True,
|
"show_ul" : True,
|
||||||
"tray_downloadspeedlist" : [5.0, 10.0, 30.0, 80.0, 300.0],
|
"tray_downloadspeedlist" : [5.0, 10.0, 30.0, 80.0, 300.0],
|
||||||
"tray_passwd" : "",
|
"tray_passwd" : "",
|
||||||
"tray_uploadspeedlist" : [5.0, 10.0, 30.0, 80.0, 300.0]
|
"tray_uploadspeedlist" : [5.0, 10.0, 30.0, 80.0, 300.0],
|
||||||
"use_compact_storage" : False,
|
"use_compact_storage" : False,
|
||||||
"use_default_dir" : False,
|
"use_default_dir" : False,
|
||||||
"use_natpmp" : False,
|
"use_natpmp" : False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user