Skip to content
代码片段 群组 项目
未验证 提交 fad850fc 编辑于 作者: Vladimir Mandic's avatar Vladimir Mandic 提交者: GitHub
浏览文件

add server_start to shared.state

上级 69781031
No related branches found
No related tags found
无相关合并请求
......@@ -168,6 +168,7 @@ class State:
textinfo = None
time_start = None
need_restart = False
server_start = None
def skip(self):
self.skipped = True
......@@ -241,6 +242,7 @@ class State:
state = State()
state.server_start = time.time()
artist_db = modules.artists.ArtistsDatabase(os.path.join(script_path, 'artists.csv'))
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册