sarwansingh commited on
Commit
d8082bf
1 Parent(s): c5a18c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -71,10 +71,10 @@ if img_file_buffer is not None:
71
  cv2.putText(image,name,(x1+6,y2-6),cv2.FONT_HERSHEY_COMPLEX,1,(255, 255, 255),2)
72
 
73
  ##############
74
- # url = "https://rgiattendance.000webhostapp.com"
75
- # url1 = "/update.php"
76
- # data1 = {'name':name }
77
- # response = requests.post(url+url1, data=data1)
78
 
79
  # https://aimljul23f.glitch.me/fsave?nm=testname
80
  url = "https://aimljul23f.glitch.me/"
 
71
  cv2.putText(image,name,(x1+6,y2-6),cv2.FONT_HERSHEY_COMPLEX,1,(255, 255, 255),2)
72
 
73
  ##############
74
+ url = "https://rgiattendance.000webhostapp.com"
75
+ url1 = "/update.php"
76
+ data1 = {'name':name }
77
+ response = requests.post(url+url1, data=data1)
78
 
79
  # https://aimljul23f.glitch.me/fsave?nm=testname
80
  url = "https://aimljul23f.glitch.me/"