diff --git a/discorss.py b/discorss.py index 12e3054..d90c7fb 100755 --- a/discorss.py +++ b/discorss.py @@ -101,9 +101,9 @@ class Discorss: return # Loading the config file with open(self.config_file_path, "r") as config_file: - self.self.app_config = json.load(config_file) + self.app_config = json.load(config_file) # Set up logging - self.logger = logging.getself.logger(__name__) + self.logger = logging.getLogger(__name__) logging.basicConfig( filename=str(self.log_dir + self.log_file_path), encoding="utf-8",