Fixed typo

This commit is contained in:
Maximilian Giller 2024-05-08 20:57:37 +02:00
parent a6bbf7ef4d
commit 69956d66ea

View file

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