From 11ff602e28752ba2819d5aacb82c8bf245a848ba Mon Sep 17 00:00:00 2001 From: bobloy Date: Tue, 7 Nov 2017 15:10:59 -0500 Subject: [PATCH] continuing config --- fight/fight.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/fight/fight.py b/fight/fight.py index 4993357..08bcff8 100644 --- a/fight/fight.py +++ b/fight/fight.py @@ -72,14 +72,12 @@ class Fight: "SCORE2": 0 } } - + self.config.register_global(**default_global) self.config.register_guild(**default_guild) - self.config.register - - def save_data(self): - """Saves the json""" - dataIO.save_json(self.file_path, self.the_data) + # def save_data(self): + # """Saves the json""" + # dataIO.save_json(self.file_path, self.the_data) # ************************v3 Shit************************