Update json path

This commit is contained in:
aikaterna
2017-03-04 19:08:56 -08:00
parent 6804983900
commit 8f293a1b8b

View File

@@ -33,7 +33,7 @@ class CardsAgainstHumanity:
self.minMembers = 3
self.loopsleep = 0.05
if file == None:
file = "/data/cah/deck.json"
file = "data/cah/deck.json"
# Let's load our deck file
# Can be found at http://www.crhallberg.com/cah/json
if os.path.exists(file):