mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:56:31 +00:00
add resource check
incorrect pass / hw handling in a loader
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
cdef enum CommandType:
|
||||
OK = 3
|
||||
LOGIN = 10
|
||||
CHECK_RESOURCE = 12
|
||||
LIST_REQUEST = 15
|
||||
LIST_FILES = 18
|
||||
LOAD = 20
|
||||
|
||||
@@ -10,6 +10,7 @@ cdef class RemoteCommand:
|
||||
command_type_names = {
|
||||
3: "OK",
|
||||
10: "LOGIN",
|
||||
12: "CHECK_RESOURCE",
|
||||
15: "LIST_REQUEST",
|
||||
18: "LIST_FILES",
|
||||
20: "LOAD",
|
||||
|
||||
Reference in New Issue
Block a user