mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
some simplification
This commit is contained in:
@@ -22,7 +22,7 @@ class DBPlaySessionsHandler(DBBaseHandler):
|
||||
return play_sessions
|
||||
|
||||
@begin_session
|
||||
def find_existing(
|
||||
def find_existing_sesssion(
|
||||
self,
|
||||
user_id: int,
|
||||
keys: list[tuple[str | None, int | None, datetime]],
|
||||
|
||||
Reference in New Issue
Block a user