重新修改制动结束延迟时间洛杉矶

This commit is contained in:
2024-10-12 16:09:58 +08:00
parent 3481d3b496
commit 880964f675
2 changed files with 3 additions and 4 deletions

View File

@ -15,8 +15,8 @@ MAX_FRAME_SIZE = 1024
TIMEOUT = 5
setdefaulttimeout(TIMEOUT)
tab_names = {'dp': 'Data Process', 'at': 'Automatic Test', 'da': 'Duration Action', 'op': 'openapi'}
PREFIX = '' # for pyinstaller packaging
# PREFIX = '../assets/' # for source code debug
# PREFIX = '' # for pyinstaller packaging
PREFIX = '../assets/' # for source code debug
app_icon = f'{PREFIX}templates/icon.ico'
log_path = f'{PREFIX}templates/logs/'
log_data_hmi = f'{PREFIX}templates/logs/c_msg.log'