Ran black on sources

This commit is contained in:
Griatch 2020-02-19 23:49:28 +01:00
parent 32a2cff556
commit ae2728faf4

View file

@ -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)