mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-16 03:53:09 +00:00
3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
|
|
#!/usr/bin/env python
|
||
|
|
from deluge_webserver import *
|
||
|
|
web.run(urls, globals())
|