Update app.py
Browse files
app.py
CHANGED
@@ -175,11 +175,12 @@ def extract_result(lst):
|
|
175 |
|
176 |
print("3rd 2nd")
|
177 |
print(nationality)
|
178 |
-
if
|
179 |
|
180 |
-
|
181 |
-
|
182 |
-
|
|
|
183 |
str_day=day
|
184 |
str_month=month
|
185 |
|
|
|
175 |
|
176 |
print("3rd 2nd")
|
177 |
print(nationality)
|
178 |
+
if country=='IND' or nationality=='CHN' or nationality=='BRA':
|
179 |
|
180 |
+
if str(day)=="31":
|
181 |
+
day=1
|
182 |
+
else:
|
183 |
+
day+=1
|
184 |
str_day=day
|
185 |
str_month=month
|
186 |
|