Skip to content

Commit ce4f5c0

Browse files
authored
Add getScreenshot (#21)
1 parent ea197b7 commit ce4f5c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

fullykiosk/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ async def clearCookies(self):
130130
async def getCamshot(self):
131131
return await self._rh.get(cmd="getCamshot", password=self._password)
132132

133+
async def getScreenshot(self):
134+
return await self._rh.get(cmd="getScreenshot", password=self._password)
135+
133136

134137
class _RequestsHandler:
135138
"""Internal class to create FullyKiosk requests"""

0 commit comments

Comments
 (0)