From 7c6fdc4006023529f63cb4fb85e30d85cc1fd4bc Mon Sep 17 00:00:00 2001 From: Gustavo Tondello Date: Fri, 3 Jan 2025 12:45:44 -0500 Subject: [PATCH] Update main.py to correctly mention it's a Flask app Co-authored-by: Vinay Vyas <69166360+vinay-google@users.noreply.github.com> --- python/user-auth-app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/user-auth-app/main.py b/python/user-auth-app/main.py index 3b0c4c7e..5a1f2cee 100644 --- a/python/user-auth-app/main.py +++ b/python/user-auth-app/main.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""The main script for the project, which starts an Express app +"""The main script for the project, which starts a Flask app to listen to HTTP requests from Chat events and the OAuth flow callback.""" import logging