From 1bc7db9098967a166b17df59065861fbe3cd41d8 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 18 Jul 2015 23:26:48 +0200 Subject: [Hoster] Fix the http request issue --- module/plugins/internal/Hoster.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/plugins/internal/Hoster.py') diff --git a/module/plugins/internal/Hoster.py b/module/plugins/internal/Hoster.py index 15c46101b..637d9f3b5 100644 --- a/module/plugins/internal/Hoster.py +++ b/module/plugins/internal/Hoster.py @@ -165,6 +165,8 @@ class Hoster(Plugin): """ self.thread = thread + self.req.renewHTTPRequest() + if self.account: self.account.check_login(self.user) else: -- cgit v1.2.3