1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-10 10:04:21 +01:00

--custom option fixed

This commit is contained in:
mvpossum 2014-05-12 01:16:06 -03:00
parent 479640dad1
commit 1e311e9d63

View File

@ -263,7 +263,7 @@ def main():
os.system("""transmission-remote --add "%s" """ % (url))
os.system("transmission-remote -l")
elif args.command:
os.system(args.custom % (url))
os.system(args.command % (url))
else:
webbrowser.open(url)