Skip to content
Snippets Groups Projects
Commit c6f85c73 authored by Chris Hines's avatar Chris Hines
Browse files

fix up twsproxy main routine

parent ee2c699a
No related branches found
No related tags found
4 merge requests!77Revert "disable agressive kill and restart",!35Dev,!30Test,!29Dev
Pipeline #10692 passed
...@@ -89,7 +89,7 @@ setup( ...@@ -89,7 +89,7 @@ setup(
# "scripts" keyword. Entry points provide cross-platform support and allow # "scripts" keyword. Entry points provide cross-platform support and allow
# pip to create the appropriate form of executable for the target platform. # pip to create the appropriate form of executable for the target platform.
entry_points={ entry_points={
'console_scripts': [ 'wsgi_app=tes:tes_wsgi', 'vnclaunch=vnclaunch.__main__:main','runserver=runserver.__main__:main','twsproxy=twsproxy:main'], 'console_scripts': [ 'wsgi_app=tes:tes_wsgi', 'vnclaunch=vnclaunch.__main__:main','runserver=runserver.__main__:main','twsproxy=twsproxy:mainserver'],
'gui_scripts': [ ] 'gui_scripts': [ ]
}, },
) )
from . import mainserver
if __name__ == "__main__":
mainserver()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment