mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Fix return in translation script
This commit is contained in:
parent
4720a7a891
commit
b4282fca84
@ -42,10 +42,9 @@ def rename_keys(project_id, to_migrate):
|
||||
while input("Type YES to confirm: ") != "YES":
|
||||
pass
|
||||
|
||||
return
|
||||
print()
|
||||
print("Updating keys")
|
||||
pprint(lokalise.keys_bulk_update(updates).json())
|
||||
pprint(lokalise.keys_bulk_update(updates))
|
||||
|
||||
|
||||
def migrate_project_keys_translations(from_project_id, to_project_id, to_migrate):
|
||||
|
Loading…
x
Reference in New Issue
Block a user