Skip to content

Commit

Permalink
salvation's edge
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzov69 committed Jun 11, 2024
1 parent 1e57818 commit 3aefdc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/app/backend/triumph-tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
'Duality',
'Crota\'s End',
"Ghosts of the Deep",
"Warlord\'s Ruin"
"Warlord\'s Ruin",
"Salvation\'s Edge"
]
MANIFEST_DATA = Path(__file__).parent / '../manifest.sqlite3'
CLAN_DATA = Path(__file__).parent / '../clan_data.sqlite3'
Expand Down Expand Up @@ -175,7 +176,6 @@ def init_clan_db(db: Path) -> None:
"INSERT INTO players(label, bungie_name, bungie_code) VALUES(?, ?, ?)",
[
('Felix', 'Felix', 3964),
('Hanzo', 'MrChristian', 4697),
('Chuck', 'Chuckm', 8947),
('Zrg', 'Spaceballs: The Username', 5169),
('Tam', 'Tamarzan', 6907),
Expand Down

0 comments on commit 3aefdc9

Please sign in to comment.