Fuck you
This commit is contained in:
@@ -6,7 +6,7 @@ class ApiController:
|
|||||||
def __init__(self, config) -> None:
|
def __init__(self, config) -> None:
|
||||||
self.config = config
|
self.config = config
|
||||||
|
|
||||||
def create_party(self, white_name, black_name, time_value, increment) -> str | None:
|
def create_party(self, white_name, black_name, time_value, increment) -> str:
|
||||||
try:
|
try:
|
||||||
with ApiClient(self.config) as client:
|
with ApiClient(self.config) as client:
|
||||||
api = DefaultApi(client)
|
api = DefaultApi(client)
|
||||||
|
|||||||
Reference in New Issue
Block a user