Spaces:
Runtime error
Runtime error
default path to $ in redis fixed the issue
Browse files
db.py
CHANGED
@@ -60,7 +60,6 @@ def add_chat_by_uid(client: Redis, chat: Chat, uid: str):
|
|
60 |
|
61 |
|
62 |
if __name__ == "__main__":
|
63 |
-
|
64 |
client = get_client()
|
65 |
user = User(username="foo", uid="afa03747-a9ce-4200-964c-7816ec381fa9")
|
66 |
chat = Chat(patient="foo", messages=[("a", "b"), ("c", "d")])
|
|
|
60 |
|
61 |
|
62 |
if __name__ == "__main__":
|
|
|
63 |
client = get_client()
|
64 |
user = User(username="foo", uid="afa03747-a9ce-4200-964c-7816ec381fa9")
|
65 |
chat = Chat(patient="foo", messages=[("a", "b"), ("c", "d")])
|