bettwaage-sidequest #2

Merged
m.giller merged 38 commits from bettwaage-sidequest into master 2024-06-07 23:38:56 +02:00
Showing only changes of commit 69956d66ea - Show all commits

View file

@ -10,7 +10,7 @@ history_url = "http://192.168.178.84:9587/bettwaage/history"
convert_time_to_seconds = True
# Get data
data = Nones
data = None
if file_path is None:
print("Fetching data ...")
data = requests.get(history_url)