From 19d00dbe4dc1e1f5b3dbca2a7924df43f2be6110 Mon Sep 17 00:00:00 2001 From: pengtao Date: Mon, 19 Aug 2019 17:36:28 +0800 Subject: [PATCH] fix bug --- config/config_real.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config_real.py b/config/config_real.py index 8f0b6ab..f9980ee 100644 --- a/config/config_real.py +++ b/config/config_real.py @@ -3,5 +3,6 @@ # gameid,channel,event_type is_debug = True +DB = {'user': 'mytga', 'pswd': 'gzVwh4HGR68G', 'host': '10.10.3.5', 'db': 'games_report'} My_influx = {'host': '10.10.3.19', 'port': 8086, 'username': 'miles', 'password': 'aspect', 'database': 'real_data'} influx_meas = 'real_game_data'