Changes for new jogobot-module

This commit is contained in:
2016-02-29 11:35:48 +01:00
parent b26f04db8c
commit 24adafeee7
2 changed files with 4 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ class MysqlRed:
db_hostname = config.db_hostname
db_username = config.db_username
db_password = config.db_password
db_name = config.db_username + jogobot.db_namesuffix
db_name = config.db_username + jogobot.config['db_suffix']
# Class variables for storing cached querys
_cached_update_data = []