mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-15 19:43:09 +00:00
5 lines
80 B
Python
5 lines
80 B
Python
|
|
#!/usr/bin/env python
|
||
|
|
import webbrowser
|
||
|
|
import sys
|
||
|
|
webbrowser.open(sys.argv[1])
|