We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25266f8 commit 8f53628Copy full SHA for 8f53628
phoenix-data/csv_to_json.py
@@ -73,7 +73,7 @@ def unique(x):
73
# Write the JSON file
74
#with open(os.path.join(output_dir, filename), "w") as json_file:
75
#We're just going to upload current date files
76
- today = datetime.date.today() - datetime.timedelta(1)
+ today = datetime.date.today() - datetime.timedelta(2)
77
today = today.strftime("%Y-%m-%d")
78
date = timestamp.split("T")[0]
79
if date == today:
0 commit comments