mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
@@ -444,7 +444,7 @@
|
||||
"\n",
|
||||
" # Check the signed-in user actually has this ticket\n",
|
||||
" cursor.execute(\n",
|
||||
" \"SELECT flight_id FROM tickets WHERE ticket_no = ? AND passenger_id = ?\",\n",
|
||||
" \"SELECT ticket_no FROM tickets WHERE ticket_no = ? AND passenger_id = ?\",\n",
|
||||
" (ticket_no, passenger_id),\n",
|
||||
" )\n",
|
||||
" current_ticket = cursor.fetchone()\n",
|
||||
@@ -4444,7 +4444,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.11.9"
|
||||
"version": "3.12.3"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
Reference in New Issue
Block a user