Skip to content

Commit

Permalink
RM debug codes
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerkumar18 committed Mar 8, 2020
1 parent 086220f commit acab89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joke.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def get_joke():
# Return random joke
random_num = randint(1, JOKE_COUNT)
joke = data[random_num]
return joke.replace('\"', "'") + str(random_num)
return joke.replace('\"', "'")

0 comments on commit acab89f

Please sign in to comment.