srivatsavdamaraju commited on
Commit
69408aa
·
verified ·
1 Parent(s): b31bfd8

Update app3.py

Browse files
Files changed (1) hide show
  1. app3.py +2 -1
app3.py CHANGED
@@ -22,5 +22,6 @@ def index():
22
  return render_template('index.html')
23
 
24
  # Run the Flask app with WebSocket support
25
- if __name__ == '__main__':
 
26
  socketio.run(app, debug=True)
 
22
  return render_template('index.html')
23
 
24
  # Run the Flask app with WebSocket support
25
+ if __name__ == '__main__
26
+ print("server is running")
27
  socketio.run(app, debug=True)