mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-09 03:09:34 +00:00
perf: 优化一些问题
This commit is contained in:
@@ -11,7 +11,7 @@ class FlowerService(BaseService):
|
||||
|
||||
@property
|
||||
def db_file(self):
|
||||
return os.path.join(BASE_DIR, 'data', 'flower')
|
||||
return os.path.join(BASE_DIR, 'data', 'flower.db')
|
||||
|
||||
@property
|
||||
def cmd(self):
|
||||
|
Reference in New Issue
Block a user