Vish2005 commited on
Commit
9c554b3
·
1 Parent(s): b6f3e15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -38,15 +38,12 @@ def inputter(date_str, item_name, add):
38
 
39
  else:
40
 
41
- return remove((cur_date, item_name))
42
 
43
  return string_rep(pq)
44
 
45
- def remove(element):
46
 
47
- return "reached"
48
 
49
- '''
50
  def remove(element):
51
 
52
  temp = PriorityQueue()
@@ -60,7 +57,6 @@ def remove(element):
60
 
61
  #pq = temp
62
 
63
- '''
64
 
65
 
66
 
 
38
 
39
  else:
40
 
41
+ remove((cur_date, item_name))
42
 
43
  return string_rep(pq)
44
 
 
45
 
 
46
 
 
47
  def remove(element):
48
 
49
  temp = PriorityQueue()
 
57
 
58
  #pq = temp
59
 
 
60
 
61
 
62