1 parent e38b4af commit ae6164fCopy full SHA for ae6164f
1 file changed
src/cxoConnection.c
@@ -1536,7 +1536,7 @@ static PyObject *cxoConnection_enqueue(cxoConnection *conn, PyObject* args,
1536
static PyObject *cxoConnection_queue(cxoConnection *conn, PyObject* args,
1537
PyObject* keywordArgs)
1538
{
1539
- static char *keywordList[] = { "name", "type", NULL };
+ static char *keywordList[] = { "name", "payloadType", NULL };
1540
cxoObjectType *typeObj;
1541
cxoBuffer nameBuffer;
1542
PyObject *nameObj;
0 commit comments