Skip to content

Commit 8f53628

Browse files
committed
Make date range wider
1 parent 25266f8 commit 8f53628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phoenix-data/csv_to_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def unique(x):
7373
# Write the JSON file
7474
#with open(os.path.join(output_dir, filename), "w") as json_file:
7575
#We're just going to upload current date files
76-
today = datetime.date.today() - datetime.timedelta(1)
76+
today = datetime.date.today() - datetime.timedelta(2)
7777
today = today.strftime("%Y-%m-%d")
7878
date = timestamp.split("T")[0]
7979
if date == today:

0 commit comments

Comments
 (0)