Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
n-budzinski committed Aug 3, 2023
1 parent c2b96ef commit 56226da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/alexander/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ def mail_list(variables: dict, database: sqlalchemy.Engine, player_id, **_) -> s
f"INNER JOIN players ON players.player_id = id_from "
f"LEFT JOIN clans ON clan_id = clans.id "
f"WHERE "
f"(id_to = '{player_id}' AND NOT removed_by_recipient) "
f"(id_to = '{player_id}' AND NOT removed_by_recipient ) "
)

messages = connection.execute(sqlalchemy.text(query)).fetchall()
Expand Down

0 comments on commit 56226da

Please sign in to comment.