Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
remove upcoming tvshow
Browse files Browse the repository at this point in the history
  • Loading branch information
LinArcX committed Mar 29, 2017
1 parent 84f051e commit 82fc7a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tvdoon/tvdoon
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def main_menu():
print("Welcome " + username + ", Please Choose The Items:")
print("s. Search Tv Series")
print("m. My Favourites")
print("u. Up-Coming Tv Show's")
# print("u. Up-Coming Tv Show's")
print("w. Who Am I?")
print("h. Help")
print("c. Clear Screen")
Expand Down Expand Up @@ -296,8 +296,8 @@ def switchCreator(*args):
favouriteThis(args[1], args[3])
elif mainChoice == 'd' and 'd' in args[0]:
deleteFavourites(args[1], args[3])
elif mainChoice == 'u' and 'u' in args[0]:
upcoming()
# elif mainChoice == 'u' and 'u' in args[0]:
# upcoming()
elif mainChoice == 'w' and 'w' in args[0]:
whoAmI()
elif mainChoice == 'h' and 'h' in args[0]:
Expand Down

0 comments on commit 82fc7a1

Please sign in to comment.