bettwaage-sidequest #2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue