Skip to content

Commit ca50b90

Browse files
committed
Added spdx
2 parents b0270a4 + cf5a141 commit ca50b90

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

oshwa_magtag_display/code.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import random
26
import ssl
37
import gc
@@ -28,7 +32,11 @@
2832
https = requests.Session(socket, ssl.create_default_context())
2933

3034
# Paste your API token below
35+
<<<<<<< HEAD
3136
TOKEN = "YOUR_API_TOKEN"
37+
=======
38+
TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYwYTdlYmZiZjk2N2U2MDAxNzNmNWY0MCIsImlhdCI6MTYzMzM2NzM5NiwiZXhwIjoxNjQyMDA3Mzk2fQ.vJsMVR_b8QMl7APrqoEFNPXIq-jeLKXB8yUeQPIDK_o" # pylint: disable=line-too-long
39+
>>>>>>> cf5a141b83ab60b15b4c9546acb726ec595eab7b
3240

3341
def font_width_to_dict(font):
3442
# Reads the font file to determine how wide each character is

0 commit comments

Comments
 (0)