Skip to content

Commit

Permalink
Update dprocess.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrafunkamsterdam authored Nov 17, 2021
1 parent e7a2908 commit 9e41928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion undetected_chromedriver/dprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _start_detached(executable, *args, writer: multiprocessing.Pipe = None):

# send pid to pipe
writer.send(p.pid)
exit()
sys.exit()


def _cleanup():
Expand Down

0 comments on commit 9e41928

Please sign in to comment.