DjPapzin commited on
Commit
aa10b74
1 Parent(s): 86f6e22

Update storage.py

Browse files
Files changed (1) hide show
  1. storage.py +1 -1
storage.py CHANGED
@@ -13,7 +13,7 @@ class UserInput(TypedDict):
13
 
14
  class RedisStorage:
15
  def __init__(self, host: str, password: str):
16
- self._client = redis.Redis(host=host, port="34307", password=password, ssl=True)
17
 
18
  def store(self, data: UserInput) -> bool:
19
  uid = uuid4()
 
13
 
14
  class RedisStorage:
15
  def __init__(self, host: str, password: str):
16
+ self._client = redis.Redis(host=host, port="35043", password=password, ssl=True)
17
 
18
  def store(self, data: UserInput) -> bool:
19
  uid = uuid4()