fix missing comma

This commit is contained in:
Marcos Pinto 2007-06-21 00:29:22 +00:00
parent a17466f6b9
commit 28b3ad4a80
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ DEFAULT_PREFS = {
"show_ul" : True,
"tray_downloadspeedlist" : [5.0, 10.0, 30.0, 80.0, 300.0],
"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_default_dir" : False,
"use_natpmp" : False,