parkouss / webmacs

webmacs - keyboard driven (emacs key bindings) browser, https://webmacs.readthedocs.io/en/latest/
GNU General Public License v3.0
157 stars 21 forks source link

fix reference to variables #147

Open sleep-walker opened 1 year ago

sleep-walker commented 1 year ago

Looks like the branch of code hasn't been updated. Leading to

 Traceback (most recent call last):
  File "/Devel/git/webmacs/webmacs/adblock.py", line 158, in _dl_ready_read
    logging.info("no need to download adblock rule: %s", url)
NameError: name 'url' is not defined. Did you mean: 'QUrl'?

and

Traceback (most recent call last):
  File "/Devel/git/webmacs/webmacs/adblock.py", line 160, in _dl_ready_read
    os.utime(path, None)
NameError: name 'path' is not defined