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
4 changed files with 3 additions and 20 deletions

View File

@@ -120,10 +120,10 @@ def main():
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}")
if __name__ == "__main__":
main()
main()

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}")