Skip to content

Commit

Permalink
0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mantsevat committed Dec 24, 2024
1 parent 5ac144a commit 62fb0dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/db/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ def search_host(self, fields):
return search_host_w_fields(self.db, fields)

def search_player(self, fields):
if "stoplist" in fields:
pass
if "wishlist" in fields:
pass
return search_player_w_fields(self.db, fields)

def search_game(self, fields):
Expand Down

0 comments on commit 62fb0dd

Please sign in to comment.