fix typo
This commit is contained in:
parent
2d66b0a200
commit
e168b6f2df
@ -16,7 +16,7 @@ CLIENT_SECRET = os.environ.get('CLIENT_SECRET', None)
|
||||
if CLIENT_SECRET is None:
|
||||
raise ValueError("CLIENT_SECRET cannot be None, set using environment variable")
|
||||
|
||||
db = Db('heartbets-redis', 6379, 0, CLIENT_ID, CLIENT_SECRET)
|
||||
db = Db('heartbeats-redis', 6379, 0, CLIENT_ID, CLIENT_SECRET)
|
||||
|
||||
|
||||
def get_args():
|
||||
|
Loading…
x
Reference in New Issue
Block a user