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()