mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fixed autocompletion bug, removed some useless comments
This commit is contained in:
parent
508dec4858
commit
1a1518ac1d
1 changed files with 0 additions and 1 deletions
|
@ -637,7 +637,6 @@ class Legacy(BaseMode):
|
|||
possible_matches.append(torrent_id)
|
||||
break
|
||||
if torrent_name.startswith(line):
|
||||
self.write(escaped_name)
|
||||
possible_matches.append(escaped_name)
|
||||
break
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue