From 377c82df520c5b367d3d8b26ad363745a7cff246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Mon, 11 Feb 2019 06:46:04 -0500 Subject: [PATCH] Fix for #300. --- bazarr/main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bazarr/main.py b/bazarr/main.py index 5da44edb4..79b883afb 100644 --- a/bazarr/main.py +++ b/bazarr/main.py @@ -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