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
commit bef83a4d2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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