fix oops,tracker_name

This commit is contained in:
Martijn Voncken 2008-04-04 19:22:01 +00:00
parent ec1db13c32
commit 6bd677bedc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ TORRENT_KEYS = ['name', 'total_size', 'num_files', 'num_pieces', 'piece_length',
'total_wanted', 'tracker', 'trackers', 'tracker_status', 'save_path',
'files', 'file_priorities', 'compact', 'max_connections',
'max_upload_slots', 'max_download_speed', 'prioritize_first_last',
'private','max_upload_speed','queue','peers'
'private','max_upload_speed','queue','peers',
#builtin plugins:
'tracker_name' #organize-plugin
]