Commit 1be211ad authored by Gezer's avatar Gezer
Browse files

Remove debug print statements from main function

parent 6281f91a
......@@ -7,7 +7,6 @@ load_dotenv()
def main():
print("🟢 Stream-Processing gestartet", flush=True)
influx_writer = InfluxDBHelper(
url=os.getenv("INFLUXDB_URL"),
token=os.getenv("INFLUXDB_TOKEN"),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment