8 lines
218 B
Python
8 lines
218 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
# gameid,channel,event_type
|
|
is_debug = True
|
|
|
|
My_influx = {'host': '10.10.3.19', 'port': 8086, 'username': 'miles', 'password': 'aspect', 'database': 'real_data'}
|
|
influx_meas = 'real_game_data'
|