diff --git a/update.py b/update.py index 0aae58907..d76867336 100644 --- a/update.py +++ b/update.py @@ -68,7 +68,8 @@ log_error(f"Database ERROR: {e}") UPSTREAM_REPO = config_file.get( - "UPSTREAM_REPO", "https://github.com/AeonOrg/Aeon-MLTB" + "UPSTREAM_REPO", + "https://github.com/AeonOrg/Aeon-MLTB", ).strip() UPSTREAM_BRANCH = config_file.get("UPSTREAM_BRANCH", "").strip() or "beta"