gsd 3 months ago
parent
commit
79c6d63a3d
  1. 2
      tradebot.facti13.external.py

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

Loading…
Cancel
Save