Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dssecret committed Nov 15, 2023
1 parent 50491bf commit 7a27dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/faction/banking.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def banking():
if current_user.faction is None:
return render_template("faction/banking.html", banking_enabled=False)

bankers = {}
bankers = []

for banker in current_user.faction.get_bankers():
banker_user: typing.Optional[User] = User.select(
Expand Down

0 comments on commit 7a27dfa

Please sign in to comment.