Rename
Some checks failed
Deployment / container (push) Successful in 2m40s
Deployment / helm (push) Failing after 48s

This commit is contained in:
fleaz 2025-06-01 00:50:43 +02:00
parent 664ac6ec8c
commit eefc87bd45
Signed by: fleaz
GPG key ID: 935474624265FE8F
5 changed files with 38 additions and 10 deletions

6
cli.py
View file

@ -18,8 +18,10 @@ if __name__ == "__main__":
convert_dhl(id)
case "hermes":
convert_hermes(id)
case "vinted":
convert_vinted(id)
case "vinted_ups":
convert_vinted_ups(id)
case "vinted_hermes":
convert_vinted_hermes(id)
case _:
print("Unknown method")