Added the mac client type
This commit is contained in:
parent
10ff15b00e
commit
71af689b23
@ -28,7 +28,7 @@ class TicketType(Enum):
|
||||
class ClientType(Enum):
|
||||
WINDOWS = 94
|
||||
ANDROID = 51
|
||||
MAC = 0 # TODO: Define the Mac Client ID
|
||||
MAC = 50
|
||||
|
||||
|
||||
class Ticket:
|
||||
|
Loading…
Reference in New Issue
Block a user