Added monkey patching to buscribe api

multichannel
HeNine 3 years ago
parent 6054b94993
commit 596abf29cb

@ -1,3 +1,6 @@
from gevent import monkey
monkey.patch_all()
import logging
import os

Loading…
Cancel
Save