From 568d9d5bd0702aeca56af63aea922f6d189f9ace Mon Sep 17 00:00:00 2001
From: Who? <155328415+coddrago@users.noreply.github.com>
Date: Sat, 21 Dec 2024 14:46:15 +0700
Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B8=D0=BD=D0=B3=D0=B0=20=D0=BD=D0=B5?=
=?UTF-8?q?=20=D0=B1=D1=83=D0=B4=D1=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
hikka/modules/hikka_info.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/hikka/modules/hikka_info.py b/hikka/modules/hikka_info.py
index 07aff21..7ca48f3 100644
--- a/hikka/modules/hikka_info.py
+++ b/hikka/modules/hikka_info.py
@@ -53,8 +53,6 @@ class HikkaInfoMod(loader.Module):
prefix = f"«{utils.escape_html(self.get_prefix())}
»"
platform = utils.get_named_platform()
- start = time.perf_counter_ns()
- ping=round((time.perf_counter_ns() - start) / 10**6, 3)
for emoji, icon in [
("🍊", "🧡"),
@@ -94,7 +92,6 @@ class HikkaInfoMod(loader.Module):
branch=version.branch,
hostname=subprocess.run(['hostname'], stdout=subprocess.PIPE).stdout.decode().strip(),
user=subprocess.run(['whoami'], stdout=subprocess.PIPE).stdout.decode().strip(),
- ping=ping,
)
if self.config["custom_message"]
else (