I think we're back to typal pickiness
This commit is contained in:
parent
740213712a
commit
61b617db04
@ -42,7 +42,7 @@ mydb = mysql.connector.connect(
|
||||
|
||||
cursor = mydb.cursor()
|
||||
|
||||
cursor.execute("SELECT call_start_time FROM call_states WHERE call_id = %d", [args.callid])
|
||||
cursor.execute("SELECT call_start_time FROM call_states WHERE call_id = %d", [int(args.callid)])
|
||||
|
||||
call_start_time = cursor.fetchall()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user