mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
amfi_detect.py: Fix comment
This commit is contained in:
@@ -22,8 +22,8 @@ class AmfiConfigurationDetection:
|
|||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
>>> from resources.amfi_detect import AmfiConfigurationDetection
|
>>> import amfi_detect
|
||||||
>>> can_patch = AmfiConfigurationDetection().check_config(AmfiConfigDetectLevel.AMFI_LEVEL_ALLOW_ALL)
|
>>> can_patch = amfi_detect.AmfiConfigurationDetection().check_config(amfi_detect.AmfiConfigDetectLevel.ALLOW_ALL)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user