Browse Source

nitpick fix

pull/27/merge
andrei 8 years ago
parent
commit
3bb63c4c2a
  1. 2
      disco/bot/bot.py

2
disco/bot/bot.py

@ -484,7 +484,7 @@ class Bot(LoggingClass):
data = {}
if name in self.config.plugin_config:
data = self.config.plugin_config[name]
data.update(self.config.plugin_config[name])
if os.path.exists(path):
with open(path, 'r') as f:

Loading…
Cancel
Save