Mercurial > libervia-web
diff libervia.py @ 171:6e39e0eaca35
browser side: changed Internat server error alert to a print, avoir annoying popups on bad connections
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 13 Jan 2013 20:03:11 +0100 |
parents | 9763dec220ed |
children | 8475a29d7214 |
line wrap: on
line diff
--- a/libervia.py Wed Jan 09 23:01:31 2013 +0100 +++ b/libervia.py Sun Jan 13 20:03:11 2013 +0100 @@ -65,7 +65,7 @@ for i in dir(obj): print "%s: %s" % (i, getattr(obj,i))""" if code != 0: - Window.alert("Internal server error") + print ("Internal server error") """for o in code, error, request_info: dump(o)""" else: