From 4f4955975185f005ff5112e616ec44ed5ad9f666 Mon Sep 17 00:00:00 2001 From: tritoch Date: Mon, 19 Jun 2017 15:57:11 -0500 Subject: [PATCH] Missed file extension --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b081e77b..8552ba8f 100644 --- a/main.py +++ b/main.py @@ -19,7 +19,7 @@ presets = { with open('set_info') as data_file: setinfos = commentjson.load(data_file) -with open('cards_manual.json') as data_file: +with open('cards_manual') as data_file: manual_sets = json.load(data_file) with open('cards_corrections') as data_file: