mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
Resolve typo
This commit is contained in:
+1
-1
@@ -1384,7 +1384,7 @@ class wx_python_gui:
|
|||||||
thread = threading.Thread(target=self.start_script)
|
thread = threading.Thread(target=self.start_script)
|
||||||
thread.start()
|
thread.start()
|
||||||
disk = disk[5:]
|
disk = disk[5:]
|
||||||
default_output = float(self.monitor_disk_output(disk))
|
default_output = float(utilities.monitor_disk_output(disk))
|
||||||
while True:
|
while True:
|
||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
output = float(utilities.monitor_disk_output(disk))
|
output = float(utilities.monitor_disk_output(disk))
|
||||||
|
|||||||
Reference in New Issue
Block a user