fix config name

This commit is contained in:
pengtao 2020-02-12 14:27:31 +08:00
parent 6faa712586
commit 0324842abd
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
mysql_conn = {"host": "192.168.100.30", "user": "miles", "pswd": "aspect", "db": "wjtx_log01"}
db_tables = (
"act_recharge", "arena_$date", "cailiao_$date", "chat_$date", "copy_end_$date", "exp_flow_$date", "first_charge",
"gift_bag", "item_change_$date", "mail_$date", "match_$date", "money_change_$date", "multi_player_boss",

View File

@ -15,9 +15,8 @@ __author__ = 'pengtao'
from common.plog import define_logger
from common.mmysql import MysqlBase
from common.mtga import FromTga
from common.common import is_number
import logging
from conf.wjtx_log import *
from conf.wjtx_log_conf import *
import datetime
define_logger("/data/logs/ops/wjtx_log2tga.log")