Skip to content

Commit

Permalink
bug(delete): fixing bug on delete params
Browse files Browse the repository at this point in the history
  • Loading branch information
aziezahmed committed Dec 24, 2018
1 parent 4634cf4 commit 077c0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podcast_player/podcast_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def handle_choice(self, answers, key):
elif inp == "Quit":
sys.exit(0)

def delete_podcast_menu():
def delete_podcast_menu(self):
"""
The delete menu
Here we list all the podcasts that the user is subscribed to
Expand Down

0 comments on commit 077c0d9

Please sign in to comment.