s/if args.mini/elif args.mini/

This commit is contained in:
Matt Martz 2013-07-28 17:25:19 -05:00
parent acb1049463
commit 4a6257069e
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ def speedtest():
except IndexError:
print_('Invalid server ID')
sys.exit(1)
if args.mini:
elif args.mini:
name, ext = os.path.splitext(args.mini)
if ext:
url = os.path.dirname(args.mini)