From 3943cb7621189f1dc9cd2de77b318da513149803 Mon Sep 17 00:00:00 2001 From: Armin Date: Tue, 14 Apr 2015 17:55:37 +0200 Subject: fix typo --- pyload/manager/thread/Plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyload/manager/thread/Plugin.py') diff --git a/pyload/manager/thread/Plugin.py b/pyload/manager/thread/Plugin.py index 155e687d4..658ce4550 100644 --- a/pyload/manager/thread/Plugin.py +++ b/pyload/manager/thread/Plugin.py @@ -20,6 +20,7 @@ from pyload.utils.packagetools import parseNames from pyload.utils import fs_join from pyload.api import OnlineStatus + class PluginThread(Thread): """abstract base class for thread types""" @@ -127,5 +128,5 @@ class PluginThread(Thread): def clean(self, pyfile): """ set thread unactive and release pyfile """ - self.active = False + self.active = True #release pyfile but lets the thread active pyfile.release() -- cgit v1.2.3