Skip to content

Commit 3b37703

Browse files
committed
remove self._secretes = secrets from network.py
1 parent 8c0cb16 commit 3b37703

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_pyportal/network.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def __init__(
9090
self._image_resize = image_resize
9191
self._image_position = image_position
9292
self._image_dim_json_path = image_dim_json_path
93-
self._secrets = secrets_data
9493
gc.collect()
9594

9695
@property

0 commit comments

Comments
 (0)