mirror of https://github.com/midoks/mdserver-web
parent
6b378a9712
commit
083f5e2271
@ -0,0 +1,16 @@ |
|||||||
|
# coding:utf-8 |
||||||
|
|
||||||
|
# --------------------------------------------------------------------------------- |
||||||
|
# MW-Linux面板 |
||||||
|
# --------------------------------------------------------------------------------- |
||||||
|
# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved. |
||||||
|
# --------------------------------------------------------------------------------- |
||||||
|
# Author: midoks <midoks@163.com> |
||||||
|
# --------------------------------------------------------------------------------- |
||||||
|
|
||||||
|
from utils.system import monitor |
||||||
|
|
||||||
|
|
||||||
|
def init_db_system(): |
||||||
|
monitor.instance().initDBFile() |
||||||
|
return True |
Loading…
Reference in new issue