gnomeExtensions: update-extensions.py fix wrong variable name

main
Ryan Horiguchi 2 years ago
parent d7de07547a
commit a9e957f076
No known key found for this signature in database
GPG Key ID: CA7EE98D45A1132A
  1. 2
      pkgs/desktops/gnome/extensions/update-extensions.py

@ -239,7 +239,7 @@ def scrape_extensions_index() -> List[Dict[str, Any]]:
# If our page isn't "full", it must have been the last one
if response_length < 25:
logging.debug(
f"\tThis page only has {responseLength} entries, so it must be the last one."
f"\tThis page only has {response_length} entries, so it must be the last one."
)
break
except urllib.error.HTTPError as e:

Loading…
Cancel
Save