We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626605f commit 3092a6eCopy full SHA for 3092a6e
examples/requests_api_openskynetwork_public.py
@@ -124,14 +124,11 @@ def _format_datetime(datetime):
124
print("This flight has no active data or you're polling too fast.")
125
print("You will eventually get temp banned for polling too fast!")
126
print(
127
- "Please read: https://openskynetwork.github.io/opensky-api/rest.html#limitations"
+ "Read: https://openskynetwork.github.io/opensky-api/rest.html#limitations"
128
)
129
130
"Public Limits: 10 second max poll rate & 400 weighted calls daily"
131
132
- print(
133
- 'There is no JSON error, states/all html page will say "Too many requests" and the script will fail '
134
- )
135
136
print("\nFinished!")
137
print("Board Uptime: ", time_calc(time.monotonic()))
0 commit comments