Implement data types contract: FIXUP
This commit is contained in:
@@ -47,7 +47,7 @@ class WinDrawLoseDouble(Ticket):
|
||||
class WinLose(Ticket):
|
||||
"""Výsledek zápasu bez remízy"""
|
||||
ticketType: TicketType.WIN_LOSE
|
||||
betType: Literal["0", "1"]
|
||||
betType: Literal["1", "2"]
|
||||
def resolve(self):
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user