Switch to labthings monkey alias

This commit is contained in:
Joel Collins 2020-07-03 15:24:22 +01:00
parent 44cbc87416
commit 94dcf6b026

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
from gevent import monkey from labthings.server import monkey
monkey.patch_all() monkey.patch_all()