mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Fixes, use gunicorn, launch websockify
This hosts a smattering of fixes, acutally uses gunicorn properly(?), launches websockify correctly, and introduces MORE DEAD CODE! TODO: Fix the scheduling system
This commit is contained in:
parent
7555232926
commit
4ec51ea611
7 changed files with 27 additions and 17 deletions
6
app.py
Normal file
6
app.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from proxstar import app
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host=app.config['IP'], port=app.config['PORT'])
|
||||
|
||||
application = app
|
Loading…
Add table
Add a link
Reference in a new issue