Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel2
Web
Commits
1be211ad
Commit
1be211ad
authored
Jun 25, 2025
by
Gezer
Browse files
Remove debug print statements from main function
parent
6281f91a
Changes
1
Show whitespace changes
Inline
Side-by-side
stream_processing/main.py
View file @
1be211ad
...
@@ -7,7 +7,6 @@ load_dotenv()
...
@@ -7,7 +7,6 @@ load_dotenv()
def
main
():
def
main
():
print
(
"🟢 Stream-Processing gestartet"
,
flush
=
True
)
influx_writer
=
InfluxDBHelper
(
influx_writer
=
InfluxDBHelper
(
url
=
os
.
getenv
(
"INFLUXDB_URL"
),
url
=
os
.
getenv
(
"INFLUXDB_URL"
),
token
=
os
.
getenv
(
"INFLUXDB_TOKEN"
),
token
=
os
.
getenv
(
"INFLUXDB_TOKEN"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment