mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
balance improvements; general fixes
This commit is contained in:
@@ -113,5 +113,8 @@ def _poll_new_debriefing_log(snapshot: typing.Dict[str, float], callback: typing
|
||||
|
||||
|
||||
def wait_for_debriefing(callback: typing.Callable):
|
||||
if not os.path.exists(debriefing_directory_location()):
|
||||
os.mkdir(debriefing_directory_location())
|
||||
|
||||
threading.Thread(target=_poll_new_debriefing_log, args=(_logfiles_snapshot(), callback)).start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user