cleanup
This commit is contained in:
parent
c02bb60c97
commit
334d9a45cd
2
poc.py
2
poc.py
@ -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)
|
Reference in New Issue
Block a user