Skip to content

Commit

Permalink
Fix(Init): Fix indentation
Browse files Browse the repository at this point in the history
Fixes an indentation error in initialization.
  • Loading branch information
CodeGoat-dev committed Jan 20, 2025
1 parent f314b72 commit 3eb1dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetworkManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, ap_ssid="Goat - Captive Portal", ap_password="password", host

# Constants
self.VERSION = "1.0.1"
self.repo_url = "https://github.com/CodeGoat-dev/Pico-Network-Manager"
self.repo_url = "https://github.com/CodeGoat-dev/Pico-Network-Manager"

# Interface configuration
self.sta_if = network.WLAN(network.STA_IF)
Expand Down

0 comments on commit 3eb1dcf

Please sign in to comment.