summaryrefslogtreecommitdiff
path: root/client/modules
diff options
context:
space:
mode:
Diffstat (limited to 'client/modules')
-rw-r--r--client/modules/Joke.py2
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 = ""