fix: typos and improve naming conventions: (#8687)

This commit is contained in:
Nam Vu
2024-09-23 20:32:58 +07:00
committed by GitHub
parent 8cc9e68363
commit bef83a4d2e
14 changed files with 37 additions and 38 deletions

View File

@@ -652,7 +652,7 @@ where sites.id is null limit 1000"""
app_was_created.send(app, account=account)
except Exception as e:
failed_app_ids.append(app_id)
click.echo(click.style("FFailed to fix missing site for app {}".format(app_id), fg="red"))
click.echo(click.style("Failed to fix missing site for app {}".format(app_id), fg="red"))
logging.exception(f"Fix app related site missing issue failed, error: {e}")
continue