mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-15 22:14:24 +00:00
3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
|
#!/usr/bin/env python
|
||
|
from deluge_webserver import *
|
||
|
web.run(urls, globals())
|