mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 06:10:00 +10:00
Test build of analytics
This commit is contained in:
+4
-1
@@ -16,7 +16,8 @@ from resources import (
|
||||
arguments,
|
||||
reroute_payloads,
|
||||
commit_info,
|
||||
logging_handler
|
||||
logging_handler,
|
||||
analytics_handler,
|
||||
)
|
||||
|
||||
|
||||
@@ -110,4 +111,6 @@ class OpenCoreLegacyPatcher:
|
||||
while self.constants.unpack_thread.is_alive():
|
||||
time.sleep(0.1)
|
||||
|
||||
threading.Thread(target=analytics_handler.Analytics, args=(self.constants,)).start()
|
||||
|
||||
arguments.arguments(self.constants)
|
||||
|
||||
Reference in New Issue
Block a user