Commit ce9827a7 authored by Vladimir Mandic's avatar Vladimir Mandic Committed by GitHub

Merge pull request #6731 from vladmandic/state_server_start

Add server start time to state info
parents beeec2b5 fad850fc
......@@ -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'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment