Vish2005 commited on
Commit
77a679c
·
1 Parent(s): d0d6286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -54,13 +54,7 @@ def inputter(date_str = None, item_name = None, add = "Show"):
54
 
55
  remove((cur_date, item_name))
56
 
57
-
58
- with open('../list.txt', 'a+') as file:
59
-
60
- file.write("Hey there")
61
-
62
- return os.getcwd()
63
- #return string_rep(pq)
64
 
65
 
66
 
 
54
 
55
  remove((cur_date, item_name))
56
 
57
+ return string_rep(pq)
 
 
 
 
 
 
58
 
59
 
60