aboutsummaryrefslogtreecommitdiffstats
path: root/Features.py
diff options
context:
space:
mode:
Diffstat (limited to 'Features.py')
-rw-r--r--Features.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Features.py b/Features.py
index 6250352..8c24fb2 100644
--- a/Features.py
+++ b/Features.py
@@ -1,4 +1,3 @@
-
import pywhatkit
import wikipedia
from pywikihow import RandomHowTo, search_wikihow
@@ -110,7 +109,7 @@ def DownloadYouTube():
click(x=942,y=59)
hotkey('ctrl','c')
value = pyperclip.paste()
- Link = str(value) # Important
+ Link = str(value) # Important
def Download(link):
@@ -195,4 +194,3 @@ def CoronaVirus(Country):
Speak(f"Cases : {cases}")
Speak(f"Deaths : {Death}")
Speak(f"Recovered : {recovored}")
-