fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 6s
Deploy Dev / Push (pull_request) Successful in 8s
Deploy Dev / Deploy dev (pull_request) Successful in 9s

This commit is contained in:
2024-11-27 04:26:13 +03:00
parent 274529bb1a
commit 8c09bef1e9
4 changed files with 34 additions and 13 deletions

View File

@@ -88,6 +88,6 @@ class PlatformClient:
platform_client = PlatformClient(
'Botalka',
os.getenv('STAGE'),
os.getenv('STAGE', 'local'),
need_poll=True,
)