diff options
Diffstat (limited to 'cython/screenshotr.pxi')
| -rw-r--r-- | cython/screenshotr.pxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/screenshotr.pxi b/cython/screenshotr.pxi index d3a896f..d7dfc57 100644 --- a/cython/screenshotr.pxi +++ b/cython/screenshotr.pxi | |||
| @@ -27,7 +27,7 @@ cdef class ScreenshotrError(BaseError): | |||
| 27 | } | 27 | } |
| 28 | BaseError.__init__(self, *args, **kwargs) | 28 | BaseError.__init__(self, *args, **kwargs) |
| 29 | 29 | ||
| 30 | cdef class ScreenshotrClient(Base): | 30 | cdef class ScreenshotrClient(DeviceLinkService): |
| 31 | __service_name__ = "com.apple.mobile.screenshotr" | 31 | __service_name__ = "com.apple.mobile.screenshotr" |
| 32 | cdef screenshotr_client_t _c_client | 32 | cdef screenshotr_client_t _c_client |
| 33 | 33 | ||
