We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9285822 + f4c5bc0 commit 76bec5fCopy full SHA for 76bec5f
adabot/circuitpython_libraries.py
@@ -282,7 +282,10 @@ def print_circuitpython_download_stats():
282
"""Gather and report analytics on the main CircuitPython repository."""
283
response = github.get("/repos/adafruit/circuitpython/releases")
284
if not response.ok:
285
- output_handler("Core CircuitPython GitHub analytics request failed.")
+ output_handler(
286
+ "Core CircuitPython GitHub download statistics request failed."
287
+ )
288
+ return
289
releases = response.json()
290
291
found_unstable = False
0 commit comments