I don't think it accomplished what I was planning on doing. But it's being served with waitress now.

This commit is contained in:
2020-04-17 00:36:23 -04:00
parent f04220fc03
commit f071a67e77
2 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ from flask import Flask, jsonify, render_template, request
import json
import os
import subprocess
from waitress import serve
PATH = '/download'
@@ -213,3 +213,4 @@ def test():
if __name__ == "__main__":
# app.run(host='0.0.0.0', debug=True)
serve(app, host='0.0.0.0', port=8000)

View File

@@ -21,5 +21,6 @@ SQLAlchemy==1.3.16
style==1.1.6
update==0.0.1
urllib3==1.25.9
waitress==1.4.3
Werkzeug==1.0.1
win32-setctime==1.0.1