remove not yet enabled screening app (#2594)

This commit is contained in:
gullradriel 2025-03-25 13:20:52 +01:00 committed by GitHub
parent 22d6e34cd6
commit 8a7aa9c0f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 20 deletions

View file

@ -199,7 +199,7 @@ try:
if validate_memory_regions(regions):
print("external app addr seems correct, pass")
else:
print("\nWARENING: It seems you are having incorrect external app addresses.")
print("\nWARNING: It seems you are having incorrect external app addresses.")
except Exception as e:
print(f"err: {e}")