Skip to content

Commit 25266f8

Browse files
committed
test
1 parent f39d58e commit 25266f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

phoenix-data/make_plot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
with s3.open(f"{bucket}/latest.txt", "r") as file:
1414
timestamp = file.read().strip()
1515

16-
source = AjaxDataSource(data_url=f"https://z44g6g2rrl.execute-api.us-west-2.amazonaws.com/test/phoenix/{timestamp}.json", polling_interval=None, mode='replace')
17-
16+
print(f"Latest timestamp: {timestamp}")
1817

18+
source = AjaxDataSource(data_url=f"https://z44g6g2rrl.execute-api.us-west-2.amazonaws.com/test/phoenix/{timestamp}.json", polling_interval=None, mode='replace')
1919

2020
# --- Step 1: Define EPA colors (both PM10 and PM2.5) ---
2121
epa_labels = {

0 commit comments

Comments
 (0)