perf: 优化一些问题

This commit is contained in:
吴小白
2023-05-15 13:19:11 +08:00
committed by Jiangjie.Bai
parent ee2172ca82
commit 89b75835a6
2 changed files with 2 additions and 2 deletions

View File

@@ -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):