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.
1 parent f9c5048 commit b4d38f3Copy full SHA for b4d38f3
adafruit_pyportal.py
@@ -88,6 +88,7 @@
88
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PyPortal.git"
89
90
# pylint: disable=line-too-long
91
+# pylint: disable=too-many-lines
92
# you'll need to pass in an io username, width, height, format (bit depth), io key, and then url!
93
IMAGE_CONVERTER_SERVICE = "https://io.adafruit.com/api/v2/%s/integrations/image-formatter?x-aio-key=%s&width=%d&height=%d&output=BMP%d&url=%s"
94
# you'll need to pass in an io username and key
0 commit comments