webmacs icon indicating copy to clipboard operation
webmacs copied to clipboard

fix reference to variables

Open sleep-walker opened this issue 2 years ago • 0 comments

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

sleep-walker avatar Apr 08 '23 16:04 sleep-walker