Merge pull request #64 from KeystrokeCascade/patch-1

Fixed indentation
This commit is contained in:
Aaron Raimist 2024-01-14 03:19:35 +00:00 committed by GitHub
commit fec249ddec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,10 +46,10 @@ if __name__ == '__main__':
if file.lower().endswith(".json"):
json_paths.append(current_path)
print(f"Added {file}")
elif deep.lower().endswith(".json"):
json_paths.append(current_path)
print(f"Added {file}")
elif deep.lower().endswith(".json"):
json_paths.append(current_path)
print(f"Added {file}")
# 2. Now let's parse all the JSON files
for json_path in json_paths: