Skip to content

Commit ca7fe04

Browse files
committed
CCAPI Fix name of enum.
1 parent 547fe4b commit ca7fe04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ps3api/ccapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class NotifyIcon(CEnum):
5454
NOTIFY_TROPHY3 = (18)
5555
NOTIFY_TROPHY4 = (19)
5656

57-
class StatusLed(CEnum):
57+
class ConsoleType(CEnum):
5858
UNK = (0)
5959
CEX = (1)
6060
DEX = (2)

0 commit comments

Comments
 (0)