Vish2005 commited on
Commit
b6f3e15
·
1 Parent(s): 556dd4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def inputter(date_str, item_name, add):
38
 
39
  else:
40
 
41
- remove((cur_date, item_name))
42
 
43
  return string_rep(pq)
44
 
 
38
 
39
  else:
40
 
41
+ return remove((cur_date, item_name))
42
 
43
  return string_rep(pq)
44