Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,6 @@ def get_time_score(current_datetime, shelter):
|
|
21 |
current_day = current_datetime.strftime("%A")
|
22 |
|
23 |
if current_day not in shelter['Days']:
|
24 |
-
print('day issue')
|
25 |
return 1
|
26 |
|
27 |
weekday = current_datetime.weekday()
|
|
|
21 |
current_day = current_datetime.strftime("%A")
|
22 |
|
23 |
if current_day not in shelter['Days']:
|
|
|
24 |
return 1
|
25 |
|
26 |
weekday = current_datetime.weekday()
|