Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jun 25, 2024
1 parent 17748f4 commit dcf789e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions budgetkey_api/modules/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
MAX_ROWS = int(os.environ.get('MAX_ROWS', 1000))
EXTERNAL_ADDRESS = os.environ.get('EXTERNAL_ADDRESS')


def setup_query(app, cache):
bp = apisql_blueprint(connection_string=os.environ['DATABASE_READONLY_URL'],
max_rows=MAX_ROWS, debug=False, cache=cache,
Expand Down

0 comments on commit dcf789e

Please sign in to comment.