We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39320d commit f56320aCopy full SHA for f56320a
generated_samples/interactive-tutorials/events/setup_events/update_user_events_json.py
@@ -1,7 +1,9 @@
1
import datetime
2
import re
3
4
-"""Run the file to update the user_events.json file with more recent timestamp"""
+"""
5
+Run the file to update the user_events.json and user_events_some_invalid.json files with more recent timestamp
6
7
8
9
def update_events_timestamp(json_file):
@@ -26,3 +28,4 @@ def update_events_timestamp(json_file):
26
28
27
29
if __name__ == "__main__":
30
update_events_timestamp("../resources/user_events.json")
31
+ update_events_timestamp("../resources/user_events_some_invalid.json")
0 commit comments