Skip to content

Commit ce336e3

Browse files
committed
major bug fix
The previous version initiated a new browser session every time! Now it won't. Flash at rescue!
1 parent 8cebae8 commit ce336e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ques_paper/xdownloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def makeup(x,y):
154154

155155
for x in cooler:
156156

157-
browser= webdriver.Firefox()
157+
158158

159159
browser.get(x)
160160
time.sleep(1)

0 commit comments

Comments
 (0)