Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperq committed Mar 24, 2021
1 parent f0537e7 commit 035e46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def __init__(self, args):
self.db_name = args.db_name
self.db_session = init_db(self.db_name)
self.logger = args.logger
self.config = args.
self.config = args.config

def user_tower_count(self, api_key):
if ApiTower.query.filter(ApiTower.api_key == api_key).count():
Expand Down

0 comments on commit 035e46b

Please sign in to comment.