Commit ed9a5f00 authored by 广宏伟's avatar 广宏伟

Merged in dev (pull request #68)

Dev
parents 94e53999 b340cb2b
......@@ -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()
......
asn1crypto==0.23.0
asn1crypto==0.24.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==2017.3
pytz==2018.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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment