Skip to content

Commit

Permalink
chore(samples): add user_events_some_invalid.json to the setup events…
Browse files Browse the repository at this point in the history
… script (#308)

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
2 people authored and dandhlee committed Dec 2, 2022
1 parent d39320d commit f56320a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import datetime
import re

"""Run the file to update the user_events.json file with more recent timestamp"""
"""
Run the file to update the user_events.json and user_events_some_invalid.json files with more recent timestamp
"""


def update_events_timestamp(json_file):
Expand All @@ -26,3 +28,4 @@ def update_events_timestamp(json_file):

if __name__ == "__main__":
update_events_timestamp("../resources/user_events.json")
update_events_timestamp("../resources/user_events_some_invalid.json")

0 comments on commit f56320a

Please sign in to comment.