From 8bb17e5f54e3584a32b140cf93ca0b6da0c4e950 Mon Sep 17 00:00:00 2001 From: AYUSHMT <48730422+AYUSHMT@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:47:02 +0530 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 5ace7b8..d13a092 100644 --- a/app.py +++ b/app.py @@ -15,7 +15,7 @@ def attach(): pydevd_pycharm.settrace('0.0.0.0', port=9000, stdoutToServer=True, stderrToServer=True) if __name__ == '__main__': - print('Starting hello-world server...') + print('Starting hello-world server... - Ayush') # comment out to use Pycharm's remote debugger # attach()