Removing token... again
This commit is contained in:
parent
ca50b90d1a
commit
2e8575db13
1 changed files with 0 additions and 4 deletions
|
|
@ -32,11 +32,7 @@ socket = socketpool.SocketPool(wifi.radio)
|
|||
https = requests.Session(socket, ssl.create_default_context())
|
||||
|
||||
# Paste your API token below
|
||||
<<<<<<< HEAD
|
||||
TOKEN = "YOUR_API_TOKEN"
|
||||
=======
|
||||
TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYwYTdlYmZiZjk2N2U2MDAxNzNmNWY0MCIsImlhdCI6MTYzMzM2NzM5NiwiZXhwIjoxNjQyMDA3Mzk2fQ.vJsMVR_b8QMl7APrqoEFNPXIq-jeLKXB8yUeQPIDK_o" # pylint: disable=line-too-long
|
||||
>>>>>>> cf5a141b83ab60b15b4c9546acb726ec595eab7b
|
||||
|
||||
def font_width_to_dict(font):
|
||||
# Reads the font file to determine how wide each character is
|
||||
|
|
|
|||
Loading…
Reference in a new issue