Skip to content

Commit 11f032d

Browse files
committed
add return
1 parent 22fa62a commit 11f032d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helperAPI.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ def load_cookies(driver, filename, path=None):
786786
continue
787787
return True
788788

789+
789790
def clear_cookies(driver, filename, path=None):
790791
if path is not None:
791792
filename = os.path.join(path, filename)

0 commit comments

Comments
 (0)