fudii0921 commited on
Commit
f365c7c
·
verified ·
1 Parent(s): cde19d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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)