We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0270a4 + cf5a141 commit ca50b90Copy full SHA for ca50b90
1 file changed
oshwa_magtag_display/code.py
@@ -1,3 +1,7 @@
1
+# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries
2
+#
3
+# SPDX-License-Identifier: MIT
4
+
5
import random
6
import ssl
7
import gc
@@ -28,7 +32,11 @@
28
32
https = requests.Session(socket, ssl.create_default_context())
29
33
30
34
# Paste your API token below
35
+<<<<<<< HEAD
31
36
TOKEN = "YOUR_API_TOKEN"
37
+=======
38
+TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYwYTdlYmZiZjk2N2U2MDAxNzNmNWY0MCIsImlhdCI6MTYzMzM2NzM5NiwiZXhwIjoxNjQyMDA3Mzk2fQ.vJsMVR_b8QMl7APrqoEFNPXIq-jeLKXB8yUeQPIDK_o" # pylint: disable=line-too-long
39
+>>>>>>> cf5a141b83ab60b15b4c9546acb726ec595eab7b
40
41
def font_width_to_dict(font):
42
# Reads the font file to determine how wide each character is
0 commit comments