mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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)
|
possible_matches.append(torrent_id)
|
||||||
break
|
break
|
||||||
if torrent_name.startswith(line):
|
if torrent_name.startswith(line):
|
||||||
self.write(escaped_name)
|
|
||||||
possible_matches.append(escaped_name)
|
possible_matches.append(escaped_name)
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue