Commit 487091b2 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 32e3b8a4
......@@ -104,7 +104,7 @@ cdef class PyWatchLink:
if err != nil:
raise RuntimeError(err.Error()) # XXX exc class?
cdef PyPinReq pyreq = PyPinReq.__new__()
cdef PyPinReq pyreq = PyPinReq.__new__(PyPinReq)
pyreq.pinreq = req
return pyreq
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment