X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c5fd2f27b90414ea8d6f6227c2ad34dda70c40e7..ce20861a45fc1fc9b0e2ee7d63c66803dbd8e6db:/lib/dvb/epgcache.cpp diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp index e3a45856..60eee05a 100644 --- a/lib/dvb/epgcache.cpp +++ b/lib/dvb/epgcache.cpp @@ -1264,7 +1264,7 @@ PyObject *handleEvent(ePtr &ptr, PyObject *dest_list, char* argst if (convertFunc) { fillTuple(convertFuncArgs, argstring, argcount, service, ptr, nowTime, service_name); - PyObject *result = PyEval_CallObject(convertFunc, convertFuncArgs); + PyObject *result = PyObject_CallObject(convertFunc, convertFuncArgs); if (result == NULL) { if (service_name)