优化代码。
This commit is contained in:
parent
1eab7a2752
commit
dc4d793b08
|
|
@ -1 +1 @@
|
|||
D:/database/start.exe --startWindow
|
||||
D:/database/start.exe --startWindow=True
|
||||
|
|
@ -127,7 +127,7 @@ if __name__ == '__main__':
|
|||
parser.add_argument('--startWindow',
|
||||
type=lambda x: x.lower() == 'true',
|
||||
default=None,
|
||||
help='设置为true则执行open_window(),false或未设置则不执行')
|
||||
help='设置为true则打开本地窗口,false或未设置则不执行')
|
||||
args = parser.parse_args()
|
||||
if args.startWindow:
|
||||
open_web()
|
||||
|
|
|
|||
BIN
数据库本地运行说明文档.docx
BIN
数据库本地运行说明文档.docx
Binary file not shown.
Loading…
Reference in New Issue