We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59ac3b commit 7b8bd98Copy full SHA for 7b8bd98
pywhatkit/misc.py
@@ -18,7 +18,7 @@ def take_screenshot(
18
screen = ImageGrab.grab()
19
screen.show(title=file_name)
20
screen.save(f"{file_name}.png")
21
-def web_scr(link:str):
+def web_scr(link:str) -> None:
22
BASE = 'https://render-tron.appspot.com/screenshot/'
23
url = link
24
path = 'ScreenShot.jpg'
0 commit comments