Ran black on sources
This commit is contained in:
parent
32a2cff556
commit
ae2728faf4
1 changed files with 1 additions and 2 deletions
|
|
@ -400,7 +400,6 @@ if WEBSERVER_ENABLED:
|
||||||
"copy 'evennia/game_template/server/conf/web_plugins.py to mygame/server/conf."
|
"copy 'evennia/game_template/server/conf/web_plugins.py to mygame/server/conf."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
proxy_service = internet.TCPServer(proxyport, web_root, interface=interface)
|
proxy_service = internet.TCPServer(proxyport, web_root, interface=interface)
|
||||||
proxy_service.setName("EvenniaWebProxy%s:%s" % (ifacestr, proxyport))
|
proxy_service.setName("EvenniaWebProxy%s:%s" % (ifacestr, proxyport))
|
||||||
PORTAL.services.addService(proxy_service)
|
PORTAL.services.addService(proxy_service)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue