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