Skip to content

Commit

Permalink
Please don't connect to my hotspot lol
Browse files Browse the repository at this point in the history
  • Loading branch information
b0xcat committed May 31, 2024
1 parent 0d74d88 commit dec0444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/firmware_apps/app_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def update(self, delta):
self.get_index()
elif self.state == "wifi_init":
try:
wifi.connect(ssid="Henk", password="espespesp")
wifi.connect()
except Exception:
pass
self.update_state("wifi_connecting")
Expand Down

0 comments on commit dec0444

Please sign in to comment.