MCPcopy Create free account
hub / github.com/Syncplay/syncplay / startRecorder

Method startRecorder

syncplay/server.py:311–316  ·  view source on GitHub ↗
(self, delay)

Source from the content-addressed store, hash-verified

309 self._roomManagerHandle = roomManager
310
311 def startRecorder(self, delay):
312 try:
313 self._dbHandle.connect()
314 reactor.callLater(delay, self._scheduleClientSnapshot)
315 except:
316 print("--- Error in initializing the stats database. Server Stats not enabled. ---")
317
318 def _scheduleClientSnapshot(self):
319 self._clientSnapshotTimer = task.LoopingCall(self._runClientSnapshot)

Callers 1

__init__Method · 0.45

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected