Skip to content

Commit

Permalink
chore(samples): add function invoking (#300)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
2 people authored and dandhlee committed Dec 2, 2022
1 parent 2f4ee67 commit 1d9bfec
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ def update_events_timestamp(json_file):
with open(json_file, 'w') as file:
file.write(filedata)
print(f"The {json_file} is updated")


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

0 comments on commit 1d9bfec

Please sign in to comment.