mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 22:39:50 +00:00
fix addMysqlToConfig
This commit is contained in:
@ -226,7 +226,7 @@ class OragonoController(BaseServerController, DirectoryBasedController):
|
||||
def addMysqlToConfig(self, config=None):
|
||||
mysql_password = os.getenv('MYSQL_PASSWORD')
|
||||
if not mysql_password:
|
||||
return None
|
||||
return config
|
||||
if config is None:
|
||||
config = self.baseConfig()
|
||||
config['datastore']['mysql'] = {
|
||||
|
Reference in New Issue
Block a user