Update app.py
Browse files
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 |
-
|
1615 |
-
|
1616 |
-
|
1617 |
-
|
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 |
|