mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 07:28:39 +00:00
fix missing comma
This commit is contained in:
parent
a17466f6b9
commit
28b3ad4a80
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue