Skip to content

Commit

Permalink
修正误写
Browse files Browse the repository at this point in the history
  • Loading branch information
FutunnOpen committed Mar 31, 2020
1 parent 65c21e9 commit 20f205e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions futu/common/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -2346,8 +2346,8 @@ class UserSecurityGroupType(FtEnum):

def load_dic(self):
return {
self.NONE: GetUserSecurityGroup_pb2.GroupType_Unknown,
self.CUSTOM: GetUserSecurityGroup_pb2.GroupType_Custom,
self.SYSTEM: GetUserSecurityGroup_pb2.GroupType_System,
self.ALL: GetUserSecurityGroup_pb2.GroupType_All
self.NONE: Qot_GetUserSecurityGroup_pb2.GroupType_Unknown,
self.CUSTOM: Qot_GetUserSecurityGroup_pb2.GroupType_Custom,
self.SYSTEM: Qot_GetUserSecurityGroup_pb2.GroupType_System,
self.ALL: Qot_GetUserSecurityGroup_pb2.GroupType_All
}

0 comments on commit 20f205e

Please sign in to comment.