From 210237700509c68b3d089c5b4b4eae0a251f7bb5 Mon Sep 17 00:00:00 2001 From: Jessi McKissick Date: Sat, 21 Oct 2023 13:45:06 -0700 Subject: [PATCH] disabled defaulted debug --- sucasa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sucasa.py b/sucasa.py index 671fc7b..6b5ca41 100644 --- a/sucasa.py +++ b/sucasa.py @@ -4,7 +4,7 @@ import random import datetime dat = "" # Holds all the data from target input -dbg = True # Wether or not its on debug mode +dbg = False # Wether or not its on debug mode log = True # Wether or not it will generate logs id = 0 # If logs are enabled (default yes) this will hold the ID generated on script start