You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
218 B
9 lines
218 B
1 year ago
|
from Util import ConfigUtil
|
||
|
from Util.CommonUtil import *
|
||
|
|
||
|
# 配置文件
|
||
|
config = ConfigUtil.getConfig()
|
||
|
# webui 服务器地址
|
||
|
webui_address = config['webui']['webui_address']
|
||
|
|
||
|
txt_2_img_blank(webui_address)
|