dne-security-code
dne-security-code copied to clipboard
AMP unused argument - amp_get_eventes.py
‘filepath’ not used
--->
def write_events_to_file(filepath, ampevents): with open(events_path, "w") as file: json.dump(ampevents, file, indent=2)