From 5af90e16446a5366211e4b1f9c9834e170273085 Mon Sep 17 00:00:00 2001 From: He1Zen <68460974+mishakorzik@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:26:44 +0300 Subject: [PATCH] Update ServerStatusCheck.py --- .check/ServerStatusCheck.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.check/ServerStatusCheck.py b/.check/ServerStatusCheck.py index fa35b0a6..0d6e4e41 100644 --- a/.check/ServerStatusCheck.py +++ b/.check/ServerStatusCheck.py @@ -39,5 +39,4 @@ def sys_check(): except Exception as e: print('\n' + R + '[-]' + C + ' Exception : ' + W + str(e)) -try: - sys_check() +sys_check()