diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2009-12-03 20:06:47 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2009-12-03 20:06:47 +0100 |
commit | bee8b4cd1d1326ef602778b6c6dc4d6b80d595a2 (patch) | |
tree | 75b0aaaa6c46128c5b3db0a7d4d16762ee4a6621 | |
parent | Add support for the new rsync-mirror list. (diff) | |
download | mirrorselect-bee8b4cd1d1326ef602778b6c6dc4d6b80d595a2.tar.gz mirrorselect-bee8b4cd1d1326ef602778b6c6dc4d6b80d595a2.tar.bz2 mirrorselect-bee8b4cd1d1326ef602778b6c6dc4d6b80d595a2.zip |
Remove duplicate filters.
-rwxr-xr-x | main.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -612,8 +612,6 @@ class Interactive(object): marker = "* " if options.ipv6 and ( args['ipv6'] == 'n' ): continue if options.ipv4 and ( args['ipv4'] == 'n' ): continue - if options.http and ( args['proto'] != 'http'): continue - if options.ftp and ( args['proto'] != 'ftp'): continue dialog += ' ' + '"%s" "%s%s: %s" "OFF"' % ( url, marker, args['country'], args['name'] ) |