From 1064dc017b40a4b235f2b244e649f5fd3365cbed Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 9 Jul 2024 16:50:48 +0900 Subject: [PATCH] Update web.py --- web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.py b/web.py index 422a8c3..00586be 100644 --- a/web.py +++ b/web.py @@ -7,7 +7,7 @@ # Namyheon Go (Catswords Research) # https://github.com/gnh1201/caterpillar # Created at: 2024-05-20 -# Updated at: 2024-07-06 +# Updated at: 2024-07-09 # from flask import Flask, request, redirect, url_for, render_template