From d5d561cd67464479c2061cdcdd193277024b8edd Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:06:16 +0330 Subject: [PATCH] Debug False --- core/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cli.py b/core/cli.py index f080120..4a9abc6 100644 --- a/core/cli.py +++ b/core/cli.py @@ -12,7 +12,7 @@ import validator SCRIPT_DIR = '/etc/hysteria/core/scripts' -DEBUG = True +DEBUG = False class Command(Enum):