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 48c5311 commit dd82024Copy full SHA for dd82024
adafruit_pyportal/__init__.py
@@ -167,7 +167,7 @@ def __init__(
167
image_position=image_position,
168
image_dim_json_path=image_dim_json_path,
169
debug=debug,
170
- secrets_data = secrets_data
+ secrets_data=secrets_data,
171
)
172
173
self.url = url
adafruit_pyportal/network.py
@@ -73,7 +73,7 @@ def __init__(
73
image_resize=None,
74
image_position=None,
75
image_dim_json_path=None,
76
- secrets_data = None,
+ secrets_data=None,
77
):
78
wifi = WiFi(status_neopixel=status_neopixel, esp=esp, external_spi=external_spi)
79
0 commit comments