deluge/src/browser.py

7 lines
105 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
import webbrowser
import sys
webbrowser.open(sys.argv[1])