Skip to content

Commit 1b1fa61

Browse files
committed
small typo/useless imports
1 parent 2e1ea4d commit 1b1fa61

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: app/api/redis_helper.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from app import user_store as u_store
2-
from secrets import token_urlsafe
32

43

54
EXPIRE_LOGS = 3600

Diff for: app/config_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
_REDIS_HOST = os.environ.get('REDIS_HOST') or 'redis-sigrun'
3+
_REDIS_HOST = os.environ.get('REDIS_HOST') or 'redis-sns-endpoint'
44
_REDIS_PORT = int(os.environ.get('REDIS_PORT') or 6379)
55

66

0 commit comments

Comments
 (0)