fix up comment

This commit is contained in:
2021-01-15 16:57:14 +11:00
parent 58083dbfab
commit b123f067b1

3
ai.py
View File

@@ -7,8 +7,7 @@ from sqlalchemy.exc import SQLAlchemyError
from status import st, Status
################################################################################
# /refimg/<id> -> GET/POST(save or delete) -> shows/edits/delets a single
# refimg
# /aistats -> placholder for some sort of stats
################################################################################
@app.route("/aistats", methods=["GET", "POST"])
def aistats():