Skip to content

Commit d7273c5

Browse files
committed
删除无法使用的sl模型,添加图标,将超时检测时长改为30分钟
1 parent 678e438 commit d7273c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

imgs/douzero_logo.ico

76.3 KB
Binary file not shown.

start.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
port = 24813
2-
timeout = 18000 # 超过此时长游戏未继续进行则删除游戏进程
2+
timeout = 1800 # 超过此时长游戏未继续进行则删除游戏进程,单位s
33
###############################################################################################
4-
version = 1.1
4+
version = 1.2
55
###############################################################################################
66
import os
77
import time

0 commit comments

Comments
 (0)