diff options
Diffstat (limited to 'scripts/yr.py')
-rw-r--r-- | scripts/yr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/yr.py b/scripts/yr.py index 243f531..9ec04d7 100644 --- a/scripts/yr.py +++ b/scripts/yr.py @@ -52,7 +52,7 @@ for item in data["properties"]["timeseries"]: details["wind_speed"])) # SQL -sql = """ INSERT INTO yr ( +sql = """INSERT INTO yr ( time, location, air_temperature, |