From 69956d66eac58d2e3a4f844cade89b2941dbd81e Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Wed, 8 May 2024 20:57:37 +0200 Subject: [PATCH] Fixed typo --- bettwaage-plotter/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bettwaage-plotter/main.py b/bettwaage-plotter/main.py index e6eeaa5..1817652 100644 --- a/bettwaage-plotter/main.py +++ b/bettwaage-plotter/main.py @@ -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)