批量用户查询
This commit is contained in:
parent
7334ad9169
commit
431af3aff1
2
main.py
2
main.py
@ -5,7 +5,7 @@ from v2 import *
|
|||||||
|
|
||||||
db_client = CK(**settings.CK_CONFIG)
|
db_client = CK(**settings.CK_CONFIG)
|
||||||
sketch = Sketch(db_client)
|
sketch = Sketch(db_client)
|
||||||
handler_event = HandlerEvent(db_client)
|
handler_event = HandlerEvent(db_client, settings.GAME)
|
||||||
handler_user = HandlerUser(db_client, settings.GAME)
|
handler_user = HandlerUser(db_client, settings.GAME)
|
||||||
transmitter = Transmitter(db_client, sketch)
|
transmitter = Transmitter(db_client, sketch)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user