Skip to content

Commit fc38b8f

Browse files
committed
testing redis
1 parent 48a8f7b commit fc38b8f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.idea/workspace.xml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Settings(BaseSettings):
3333
app.config['SESSION_PERMANENT'] = False
3434
app.config['SESSION_USE_SIGNER'] = True
3535
app.config['SESSION_REDIS'] = redis.from_url(f'{REDIS_IP}:{REDIS_PORT}')
36-
Session(app)
36+
server_session = Session(app)
3737
socketio = SocketIO(app, message_queue=f'{REDIS_IP}:{REDIS_PORT}', cors_allowed_origins="*")
3838

3939

0 commit comments

Comments
 (0)