s/if args.mini/elif args.mini/
This commit is contained in:
parent
acb1049463
commit
4a6257069e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue