This commit is contained in:
		@@ -40,7 +40,7 @@ async def on_message(message: IncomingMessage):
 | 
				
			|||||||
        'fields': {'probability': msg_json['probability']}
 | 
					        'fields': {'probability': msg_json['probability']}
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    async with InfluxDBClient(username=config.INFLUXDB_USERNAME, password=config.INFLUXDB_PASSWORD,
 | 
					    async with InfluxDBClient(username=config.INFLUXDB_USERNAME, password=config.INFLUXDB_PASSWORD,
 | 
				
			||||||
                              host=config.INFLUXDB_HOST, port=config.INFLUXDB_PORT) as client:
 | 
					                              host=config.INFLUXDB_HOST, port=config.INFLUXDB_PORT, ssl=False) as client:
 | 
				
			||||||
        await client.create_database(db=config.INFLUXDB_DB)
 | 
					        await client.create_database(db=config.INFLUXDB_DB)
 | 
				
			||||||
        await client.write(point)
 | 
					        await client.write(point)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user