mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-29 02:13:11 +00:00
7 lines
105 B
Python
7 lines
105 B
Python
|
|
#!/usr/bin/env python
|
||
|
|
# -*- coding: utf-8 -*-
|
||
|
|
|
||
|
|
import webbrowser
|
||
|
|
import sys
|
||
|
|
webbrowser.open(sys.argv[1])
|