Vikas01 commited on
Commit
a84b5f3
·
1 Parent(s): e4a29d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,10 +20,11 @@ bytes_data=None
20
 
21
  app = Flask(__name__)
22
 
23
- flag1 = True
24
 
25
  @app.route('/at')
26
  def testme():
 
27
  # return "i am in testme"
28
  while flag1 is True:
29
 
 
20
 
21
  app = Flask(__name__)
22
 
23
+ global flag1 = True
24
 
25
  @app.route('/at')
26
  def testme():
27
+
28
  # return "i am in testme"
29
  while flag1 is True:
30