Skip to content

Commit 8a34d2a

Browse files
committed
forgot to remove github from copy/paste use, oops
1 parent 6f63caa commit 8a34d2a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/wifi/expanded/requests_wifi_api_openskynetwork_private.py

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
# ACTIVE transpondes only, for multiple "c822af&icao24=cb3993&icao24=c63923"
2121
TRANSPONDER = "471efd"
2222

23-
# Github developer token required.
24-
username = os.getenv("GITHUB_USERNAME")
25-
token = os.getenv("GITHUB_TOKEN")
26-
2723
# Get WiFi details, ensure these are setup in settings.toml
2824
ssid = os.getenv("CIRCUITPY_WIFI_SSID")
2925
password = os.getenv("CIRCUITPY_WIFI_PASSWORD")

0 commit comments

Comments
 (0)