mirror of https://github.com/morpheus65535/bazarr
Fix for #300.
This commit is contained in:
parent
cfea295198
commit
377c82df52
|
@ -1,6 +1,9 @@
|
|||
# coding=utf-8
|
||||
|
||||
bazarr_version = '0.7.1'
|
||||
bazarr_version = '0.7.2'
|
||||
|
||||
from gevent import monkey
|
||||
monkey.patch_all()
|
||||
|
||||
import gc
|
||||
import sys
|
||||
|
|
Loading…
Reference in New Issue