1
Fork 0
This commit is contained in:
Ventilaar 2021-01-11 16:23:00 +01:00
parent c02bb60c97
commit 334d9a45cd
1 changed files with 0 additions and 2 deletions

2
poc.py
View File

@ -26,7 +26,5 @@ def root():
return render_template('poc.html', gfgn=blob[0], len=len(blob), items=items)
if __name__ == "__main__":
app.run('0.0.0.0', port=5001, debug=True)