chore: unquote db_type
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
parent
a25088a606
commit
318e397ab3
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ def check_database():
|
|||
else:
|
||||
db_host = "localhost"
|
||||
db_port = 5342
|
||||
return {"db_type": is_open(db_host, db_port)}
|
||||
return {db_type: is_open(db_host, db_port)}
|
||||
|
||||
|
||||
def check_redis(redis_services=None):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue