KeshavRa commited on
Commit
ee4732a
·
verified ·
1 Parent(s): 022cf7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()