fix
This commit is contained in:
parent
bc4f74e20f
commit
2425ee2988
@ -1,4 +1,5 @@
|
||||
import json
|
||||
import os
|
||||
import typing
|
||||
import urllib.parse
|
||||
from threading import Thread
|
||||
@ -112,3 +113,13 @@ class PlatformClient:
|
||||
|
||||
def get_experiment(self, name):
|
||||
return self.experiment_storage[name]
|
||||
|
||||
|
||||
platform = PlatformClient(
|
||||
os.getenv('PLATFORM_SECURITY_TOKEN'),
|
||||
'РУЗ Бот',
|
||||
os.getenv('STAGE'),
|
||||
['words'],
|
||||
['alice'],
|
||||
need_poll=True,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user