From 79c6d63a3d297e380cbf176962e06618b52eb721 Mon Sep 17 00:00:00 2001 From: gsd Date: Sat, 18 Apr 2026 23:38:28 +0300 Subject: [PATCH] lll --- tradebot.facti13.external.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tradebot.facti13.external.py b/tradebot.facti13.external.py index d8178ce..c7601c2 100644 --- a/tradebot.facti13.external.py +++ b/tradebot.facti13.external.py @@ -108,7 +108,7 @@ class SteamClient(SteamPy.Client): while url: try: async with aiohttp.ClientSession() as session: - async with session.get(os.getenv("ALIVE_PUSH") + f'${round(self.latency * 1000)}', ssl = False) as response: + async with session.get(os.getenv("ALIVE_PUSH") + f'${self.latency}', ssl = False) as response: tmp = await response.text() except: traceback.print_exc()