Skip to content

Commit

Permalink
removed import at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Sauer committed Jan 22, 2025
1 parent 58050b7 commit 0e7425c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
scheduler = BackgroundScheduler()

# Planen Sie die Aufgabe alle 5 Minuten
import_sensor_community_data()
scheduler.add_job(import_sensor_community_data, 'interval', minutes=5)

# Scheduler starten
Expand Down

0 comments on commit 0e7425c

Please sign in to comment.