Skip to content

Commit 30ab126

Browse files
author
ademcdev
committed
removed chromedriver.exe
1 parent 6daba82 commit 30ab126

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,5 @@ cython_debug/
176176
/FeatureTest.py
177177
/debug.py
178178
/FailedAttempts.txt
179-
/myenv
179+
/myenv
180+
/chromedriver.exe

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import pygame
33
import speech_recognition as sr
4-
from botScrapper import *
4+
from BotScrapper import *
55
import pyautogui
66
import pywhatkit
77
import psutil

0 commit comments

Comments
 (0)