We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e386df commit e181e5cCopy full SHA for e181e5c
src/week4/util/connection.py
@@ -13,9 +13,9 @@ def get_connection(name=None):
13
PASSWORD = os.environ.get("REDIS_PASSWORD")
14
15
client_kwargs = {
16
- "host": HOST,
17
- "port": PORT,
18
- "decode_responses": True
+ "host": HOST,
+ "port": PORT,
+ "decode_responses": True
19
}
20
21
if USERNAME:
0 commit comments