Unverified Commit fad850fc authored by Vladimir Mandic's avatar Vladimir Mandic Committed by GitHub
Browse files

add server_start to shared.state

parent 69781031
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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'))