Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python_open_ai
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
python_open_ai
Commits
1dcab7e5
Commit
1dcab7e5
authored
Apr 10, 2023
by
lei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ef86db7c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
__pycache__/Helper.cpython-38.pyc
+0
-0
ai_pyppeteer.py
+5
-0
dist/ai_pyppeteer.exe
+0
-0
No files found.
__pycache__/Helper.cpython-38.pyc
View file @
1dcab7e5
No preview for this file type
ai_pyppeteer.py
View file @
1dcab7e5
...
...
@@ -463,6 +463,8 @@ def process_start(browser_item, lock):
if
__name__
==
'__main__'
:
try
:
logger
.
info
(
'开始执行'
)
browser_list
=
[
{
'num'
:
2
,
...
...
@@ -478,3 +480,6 @@ if __name__ == '__main__':
for
p
in
l
:
p
.
join
()
# 当5 个子进程全部执行完,才会执行主进程
except
Exception
as
e
:
logger
.
error
(
e
)
dist/ai_pyppeteer.exe
View file @
1dcab7e5
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment