bugfix
This commit is contained in:
parent
7947e6d14b
commit
aa1f68227c
@ -25,7 +25,7 @@ def get_dbname():
|
|||||||
|
|
||||||
class FileMgrResult(DictObject):
|
class FileMgrResult(DictObject):
|
||||||
def __init__(self, status, message, **kw):
|
def __init__(self, status, message, **kw):
|
||||||
super.__init__(status=status, message=message, **kw)
|
super().__init__(status=status, message=message, **kw)
|
||||||
|
|
||||||
class FileMgr:
|
class FileMgr:
|
||||||
def __init__(self, fiid):
|
def __init__(self, fiid):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user