diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-27 23:25:31 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-27 23:26:17 -0700 |
| commit | c1a49a4b925abfd10f4a6faa85d8afe9689bdd4c (patch) | |
| tree | fbfdab168ec5cfde4a26c09795af5501420ac76d /client/modules/Joke.py | |
| parent | 77f96c260f7232cefc77054f2d2bb938072b3c57 (diff) | |
| download | jasper-client-c1a49a4b925abfd10f4a6faa85d8afe9689bdd4c.tar.gz jasper-client-c1a49a4b925abfd10f4a6faa85d8afe9689bdd4c.zip | |
moved static assets to separate folder
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 = "" |
