|
|
|
@ -227,10 +227,10 @@ class SteamClient(SteamPy.Client): |
|
|
|
if __name__ == "__main__": |
|
|
|
print(f"Build date: {os.getenv('BUILDDATE', 'not set')}") |
|
|
|
backend = BackendClient() |
|
|
|
asyncio.create_task(backend.pulse(True)) |
|
|
|
if not backend.up: |
|
|
|
print("backend not working down bot") |
|
|
|
sys.exit(200) |
|
|
|
#asyncio.create_task(backend.pulse(True)) |
|
|
|
#if not backend.up: |
|
|
|
# print("backend not working down bot") |
|
|
|
# sys.exit(200) |
|
|
|
|
|
|
|
parser = argparse.ArgumentParser() |
|
|
|
parser.add_argument("--auth-file", type=str, default=os.environ.get("AUTH_FILE", "")) |
|
|
|
|