Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
coco
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
coco
Commits
ed9a5f00
Commit
ed9a5f00
authored
May 29, 2018
by
广宏伟
Browse files
Options
Browse Files
Download
Plain Diff
Merged in dev (pull request #68)
Dev
parents
94e53999
b340cb2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app.py
coco/app.py
+1
-1
requirements.txt
requirements/requirements.txt
+3
-3
No files found.
coco/app.py
View file @
ed9a5f00
...
...
@@ -184,7 +184,7 @@ class Coco:
ok
=
recorder
.
upload_replay
(
session_id
,
1
)
if
not
ok
and
os
.
path
.
getsize
(
full_path
)
==
0
:
os
.
unlink
(
full_path
)
time
.
sleep
(
1
)
time
.
sleep
(
interval
)
thread
=
threading
.
Thread
(
target
=
func
)
thread
.
start
()
...
...
requirements/requirements.txt
View file @
ed9a5f00
asn1crypto==0.2
3
.0
asn1crypto==0.2
4
.0
bcrypt==3.1.4
boto3==1.6.5
botocore==1.9.5
...
...
@@ -32,7 +32,7 @@ python-dateutil==2.6.1
python-engineio==2.1.0
python-gssapi==0.6.4
python-socketio==1.8.3
pytz==201
7
.3
pytz==201
8
.3
requests==2.18.4
s3transfer==0.1.13
simplejson==3.13.2
...
...
@@ -40,5 +40,5 @@ six==1.11.0
tornado==4.5.2
urllib3==1.22
wcwidth==0.1.7
eventlet==0.22.1
Werkzeug==0.14.1
eventlet==0.22
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