deluge/plugins/WebUi/run_webserver

3 lines
77 B
Plaintext
Raw Normal View History

2007-09-28 01:47:12 +00:00
#!/usr/bin/env python
from deluge_webserver import *
web.run(urls, globals())