Update interceptor-aps-a-2.py

Aesthetical changes
This commit is contained in:
2026-02-06 18:53:49 -05:00
parent 68d600ebd6
commit 6f5ff254e6

View File

@@ -7,6 +7,13 @@ import pyautogui
import subprocess
from termcolor import colored
# ___ _ _ _ ____ ____
# |_ _|_ __ | |_ ___ _ __ ___ ___ _ __ | |_ ___ _ __ / \ | _ \/ ___|
# | || '_ \| __/ _ \ '__/ __/ _ \ '_ \| __/ _ \| '__| / _ \ | |_) \___ \
# | || | | | || __/ | | (_| __/ |_) | || (_) | | / ___ \| __/ ___) |
# |___|_| |_|\__\___|_| \___\___| .__/ \__\___/|_| /_/ \_\_| |____/
# |_| APS Version Alpha-2 by P7MJ
# ---------- CONFIGURATION ---------- #
monitor_path = r"C:\Program Files\Renato Software\Senso.Cloud.Client" # Path to be monitored
@@ -220,8 +227,4 @@ def main():
# ---------- Running the code ---------- #
if __name__ == "__main__":
main()
main()