Vish2005 commited on
Commit
1eb79dc
·
1 Parent(s): e4d5506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def inputter(date_str = None, item_name = None, add = "Show"):
55
 
56
  with open('list.txt', 'w') as file:
57
 
58
- file.write(string_rep(pq))
59
 
60
  return string_rep(pq)
61
 
 
55
 
56
  with open('list.txt', 'w') as file:
57
 
58
+ file.write("Hey there")
59
 
60
  return string_rep(pq)
61