Component rebasing

Streamlining of the changes in the component

Change-Id: Ie61d9c52a4aa66b732c42f9353dd73c34521e913
This commit is contained in:
Andreas Tsagkaropoulos 2024-04-03 14:09:06 +03:00
parent a777d7691c
commit 8aeb061b68

View File

@ -5,7 +5,6 @@ from influxdb_client import InfluxDBClient, Point, WritePrecision
from Constants import Constants
from influxdb_client.client.write_api import SYNCHRONOUS
def create_influxdb_bucket(application_name):
bucket_name = Constants.application_name_prefix+application_name+"_bucket"