Merge remote-tracking branch 'origin/master' into labthings-070
This commit is contained in:
commit
ab3c4b3745
7 changed files with 140 additions and 111 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
from gevent import monkey
|
||||
from labthings.server import monkey
|
||||
|
||||
monkey.patch_all()
|
||||
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@ def capture(
|
|||
annotations=annotations,
|
||||
tags=tags,
|
||||
metadata=metadata,
|
||||
cache_key=folder
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue