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
kchertenko and parthea committed Aug 2, 2022
1 parent 9308dc4 commit a8a22a4
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 a8a22a4

Please sign in to comment.