Skip to content

Commit

Permalink
Latest initial state
Browse files Browse the repository at this point in the history
  • Loading branch information
ReTeam Labs committed Apr 29, 2020
2 parents f313b16 + 953bceb commit 504627a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ def list_reminders():
print(e.ljust(32), end=' ')
print()

<<<<<<< HEAD
def add_reminder():
=======
def add_reminder(reminder):
>>>>>>> 953bcebd1437acfa83993b25cca4faf463989db8
print()
reminder = input("What would you like to be reminded about?: ")

Expand Down

0 comments on commit 504627a

Please sign in to comment.