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()