diff options
Diffstat (limited to 'module/DownloadThread.py')
-rw-r--r-- | module/DownloadThread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/DownloadThread.py b/module/DownloadThread.py index 4953ffa53..3cfaed780 100644 --- a/module/DownloadThread.py +++ b/module/DownloadThread.py @@ -168,7 +168,7 @@ class DownloadThread(Thread): def wait(self, pyfile): pyfile.status.type = "waiting" while (time() < pyfile.status.waituntil): - if self.parent.init_reconnect() or self.parent.reconnecting: + if self.parent.initReconnect() or self.parent.reconnecting: pyfile.status.type = "reconnected" pyfile.status.want_reconnect = False raise Reconnect |