Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ db_params = {
|
|
13 |
'user': 'anu',
|
14 |
'password': '5omRLogf9Kdas3zoBFPCT9yrCGU4IbEX',
|
15 |
}
|
16 |
-
|
17 |
|
18 |
async def ProfileMatchResults():
|
19 |
dbQuery = "select * from profilematch"
|
|
|
13 |
'user': 'anu',
|
14 |
'password': '5omRLogf9Kdas3zoBFPCT9yrCGU4IbEX',
|
15 |
}
|
16 |
+
|
17 |
|
18 |
async def ProfileMatchResults():
|
19 |
dbQuery = "select * from profilematch"
|