This commit is contained in:
Akbar Rahman 2023-08-29 19:38:35 +01:00
parent 2d66b0a200
commit e168b6f2df
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -16,7 +16,7 @@ CLIENT_SECRET = os.environ.get('CLIENT_SECRET', None)
if CLIENT_SECRET is None: if CLIENT_SECRET is None:
raise ValueError("CLIENT_SECRET cannot be None, set using environment variable") 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(): def get_args():