Skip to content

Commit 3092a6e

Browse files
committed
pylint too
1 parent 626605f commit 3092a6e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/requests_api_openskynetwork_public.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,11 @@ def _format_datetime(datetime):
124124
print("This flight has no active data or you're polling too fast.")
125125
print("You will eventually get temp banned for polling too fast!")
126126
print(
127-
"Please read: https://openskynetwork.github.io/opensky-api/rest.html#limitations"
127+
"Read: https://openskynetwork.github.io/opensky-api/rest.html#limitations"
128128
)
129129
print(
130130
"Public Limits: 10 second max poll rate & 400 weighted calls daily"
131131
)
132-
print(
133-
'There is no JSON error, states/all html page will say "Too many requests" and the script will fail '
134-
)
135132

136133
print("\nFinished!")
137134
print("Board Uptime: ", time_calc(time.monotonic()))

0 commit comments

Comments
 (0)