Skip to content

Commit 1ea79ef

Browse files
committed
forgot to remove github from copy/paste use, oops
1 parent b77dc62 commit 1ea79ef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/wifi/expanded/requests_wifi_api_openskynetwork_private_area.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,14 @@
1414
import adafruit_requests
1515

1616
# OpenSky-Network.org Website Login required for this API
17+
# Increased call limit vs Public.
1718
# REST API: https://openskynetwork.github.io/opensky-api/rest.html
1819
# Retrieves all traffic within a geographic area (Orlando example)
1920
LATMIN = "27.22" # east bounding box
2021
LATMAX = "28.8" # west bounding box
2122
LONMIN = "-81.46" # north bounding box
2223
LONMAX = "-80.40" # south bounding box
2324

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

0 commit comments

Comments
 (0)