I you get something in an email as below:
--- a/urlgrabber/grabber.py
+++ b/urlgrabber/grabber.py
@@ -2291,6 +2291,8 @@ class _TH:
def update(url, dl_size, dl_time, ug_err):
_TH.load()
host = urlparse.urlsplit(url).netloc
+ if not host: # file://
+ return
speed, fail, ts = _TH.hosts.get(host) or (0, 0, 0)
now = time.time()
How does one use this code.
Have looked at man diff, and some Googling
http://www.computerhope.com/unix/udiff.htm
But still waiting on a Psychologist.
--
Regards,
Frank
"Jack of all, fubars"
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!