gnomeExtensions: update-extensions.py fix wrong variable name
This commit is contained in:
parent
d7de07547a
commit
a9e957f076
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue