DmitrMakeev commited on
Commit
60cb969
·
verified ·
1 Parent(s): 546a5ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1611,10 +1611,10 @@ def insert_data(data, verify_phone, add_curator):
1611
 
1612
  if verify_phone == "1":
1613
  ws_st = verify_phone_number(phone)
1614
- if ws_st == "true":
1615
- ws_st = 1
1616
- else:
1617
- ws_st = 0
1618
  else:
1619
  ws_st = row.get('ws_st', '')
1620
 
 
1611
 
1612
  if verify_phone == "1":
1613
  ws_st = verify_phone_number(phone)
1614
+ if ws_st == "true":
1615
+ ws_st = 1
1616
+ else:
1617
+ ws_st = 0
1618
  else:
1619
  ws_st = row.get('ws_st', '')
1620