From 8f293a1b8b771b5e5c978ee71d185b4460549dbf Mon Sep 17 00:00:00 2001 From: aikaterna Date: Sat, 4 Mar 2017 19:08:56 -0800 Subject: [PATCH] Update json path --- cah/cah.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cah/cah.py b/cah/cah.py index 88a7ad0..fcc39da 100644 --- a/cah/cah.py +++ b/cah/cah.py @@ -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):