Update calendar.py
Browse files- calendar.py +1 -1
calendar.py
CHANGED
|
@@ -95,7 +95,7 @@ if __name__ == "__main__":
|
|
| 95 |
elif choice == "2":
|
| 96 |
calendar.show_all_reminders()
|
| 97 |
elif choice == "3":
|
| 98 |
-
calendar.
|
| 99 |
elif choice == "4":
|
| 100 |
date = input("Enter date (YYYY-MM-DD): ")
|
| 101 |
calendar.show_reminders(date)
|
|
|
|
| 95 |
elif choice == "2":
|
| 96 |
calendar.show_all_reminders()
|
| 97 |
elif choice == "3":
|
| 98 |
+
calendar.show_future_reminders()
|
| 99 |
elif choice == "4":
|
| 100 |
date = input("Enter date (YYYY-MM-DD): ")
|
| 101 |
calendar.show_reminders(date)
|