Update stars.py

This commit is contained in:
Steven Conaway 2019-03-31 15:13:46 -07:00 committed by GitHub
parent 5e9a20dc79
commit c5220e097d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ except ImportError:
# Set up where we'll be fetching data from
DATA_SOURCE = "https://api.github.com/repos/adafruit/circuitpython"
CAPTION = "www.github.com/adafruit/circuitpython"
# If we have an access token, w can query more often
# If we have an access token, we can query more often
if 'github_token' in secrets:
DATA_SOURCE += "?access_token="+secrets['github_token']