Skip to content

Commit

Permalink
Fix a typo in getapps (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-lalia authored Aug 26, 2024
1 parent 9b052b8 commit c0308b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/launcher/getapps.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
def connect_wifi():
TERM.print("Enabling wifi...")

if not NIC.active:
if not NIC.active():
NIC.active(True)

if not NIC.isconnected():
Expand Down

0 comments on commit c0308b6

Please sign in to comment.