Added birthday watcher #401
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import datetime
|
||||
from typing import Optional
|
||||
|
||||
from cpl_core.database.context import DatabaseContextABC
|
||||
@@ -29,7 +30,7 @@ class UserRepositoryService(UserRepositoryABC):
|
||||
result[2],
|
||||
result[3],
|
||||
result[4],
|
||||
result[5].strftime("%d.%m.%Y") if result[5] is not None else None,
|
||||
result[5],
|
||||
self._servers.get_server_by_id(result[6]),
|
||||
result[7],
|
||||
result[8],
|
||||
|
Reference in New Issue
Block a user