Skip to content

Commit b92ea68

Browse files
zsetaLoquacity
andauthored
Add missing variables (github#613)
Co-authored-by: Lana Brindley <github@lanabrindley.com>
1 parent 5d5dda7 commit b92ea68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

timescaledb/quick-start/python.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ query = """
378378
GROUP BY five_min
379379
ORDER BY five_min DESC;
380380
"""
381-
381+
location = "floor"
382+
sensor_type = "a"
382383
data = (location, sensor_type)
383384
cursor.execute(query, data)
384385
results = cursor.fetchall()

0 commit comments

Comments
 (0)