Skip to content

Commit

Permalink
limit query
Browse files Browse the repository at this point in the history
  • Loading branch information
gpivaro committed Dec 12, 2020
1 parent 55ffc5d commit 856b923
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ def api_airports(country):
*
FROM
{table_airports}
ORDER BY
AirportID
LIMIT = 500;
LIMIT 3000;
""",
engine)
else:
Expand Down

0 comments on commit 856b923

Please sign in to comment.