diff options
Diffstat (limited to 'client/modules/Joke.py')
| -rw-r--r-- | client/modules/Joke.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/modules/Joke.py b/client/modules/Joke.py index 454280c..52b3eb9 100644 --- a/client/modules/Joke.py +++ b/client/modules/Joke.py @@ -4,7 +4,7 @@ import re WORDS = ["JOKE", "KNOCK KNOCK"] -def getRandomJoke(filename="JOKES.txt"): +def getRandomJoke(filename="../static/text/JOKES.txt"): jokeFile = open(filename, "r") jokes = [] start = "" |
