From 8a34d2af2ced87c8827990d47536c39db9f26402 Mon Sep 17 00:00:00 2001 From: DJDevon3 <49322231+DJDevon3@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:23:44 -0400 Subject: [PATCH] forgot to remove github from copy/paste use, oops --- .../wifi/expanded/requests_wifi_api_openskynetwork_private.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/wifi/expanded/requests_wifi_api_openskynetwork_private.py b/examples/wifi/expanded/requests_wifi_api_openskynetwork_private.py index 2668f9f..e3e711d 100644 --- a/examples/wifi/expanded/requests_wifi_api_openskynetwork_private.py +++ b/examples/wifi/expanded/requests_wifi_api_openskynetwork_private.py @@ -20,10 +20,6 @@ # ACTIVE transpondes only, for multiple "c822af&icao24=cb3993&icao24=c63923" TRANSPONDER = "471efd" -# Github developer token required. -username = os.getenv("GITHUB_USERNAME") -token = os.getenv("GITHUB_TOKEN") - # Get WiFi details, ensure these are setup in settings.toml ssid = os.getenv("CIRCUITPY_WIFI_SSID") password = os.getenv("CIRCUITPY_WIFI_PASSWORD")