Update app.py
Browse files
app.py
CHANGED
|
@@ -74,6 +74,8 @@ conn = mysql.connector.connect(
|
|
| 74 |
|
| 75 |
cursor = conn.cursor(dictionary=True)
|
| 76 |
|
|
|
|
|
|
|
| 77 |
def get_rounrobin():
|
| 78 |
select_one_data_query = "select api from agentic_apis_count order by counts ASC"
|
| 79 |
cursor.execute(select_one_data_query)
|
|
|
|
| 74 |
|
| 75 |
cursor = conn.cursor(dictionary=True)
|
| 76 |
|
| 77 |
+
get_api_keys()
|
| 78 |
+
|
| 79 |
def get_rounrobin():
|
| 80 |
select_one_data_query = "select api from agentic_apis_count order by counts ASC"
|
| 81 |
cursor.execute(select_one_data_query)
|