So do next correction (I hope the last :-)
Change the following in file
'worker.py' on line 48 :
OLD:
Quote:
raw = self.browser.open_novisit(self.url, timeout=self.timeout)#.read().strip()
|
NEW:
Quote:
raw = self.browser.open_novisit(self.url + "?show=alldesc", timeout=self.timeout)#.read().strip()
|