mirror of
https://github.com/logos-storage/deluge.git
synced 2026-08-02 16:33:15 +00:00
5 lines
114 B
Python
Executable File
5 lines
114 B
Python
Executable File
#!/usr/bin/env python
|
|
#only for development/debugging.
|
|
import deluge_webserver
|
|
|
|
deluge_webserver.run(debug = True) |