Patch: interceptor-aps-a-3-i

Changed the name from a-3 to a-3-i. No otherwise changes.
Changed TESTMODE to TEST MODE
This commit is contained in:
2026-02-09 14:11:27 -05:00
parent aa7a503f7e
commit 595d8aa186

View File

@@ -160,7 +160,7 @@ def main():
global testmode global testmode
while True: while True:
print("=" * 80) print("=" * 80)
print(f"Interceptor APS (Active Protection System) Alpha-3| TESTMODE: {testmode}") print(f"Interceptor APS (Active Protection System) Alpha-3-i| TEST MODE: {testmode}")
print("-" * 80) print("-" * 80)
print("Choose a cover app to open:") print("Choose a cover app to open:")
print("[1] Chrome (note 1)") print("[1] Chrome (note 1)")