From dd06932fe516669a61e2ef22a80310064ef023f8 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Wed, 8 Feb 2023 15:45:51 -0700 Subject: [PATCH] amfi_detect.py: Fix comment --- resources/amfi_detect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/amfi_detect.py b/resources/amfi_detect.py index 20584f966..f13cfa974 100644 --- a/resources/amfi_detect.py +++ b/resources/amfi_detect.py @@ -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) """