This commit is contained in:
JMARyA 2024-10-02 13:11:30 +02:00
parent b00424471c
commit 02b9e34258
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 13 additions and 13 deletions

View file

@ -25,6 +25,7 @@ def print_metadata(file_path):
except Exception as e:
print(json.dumps({"error": str(e)}))
exit(1)
if __name__ == "__main__":
if len(sys.argv) != 2: