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