Fix hostname in generated JNLP file and address code review feedback
[invirt/packages/invirt-web.git] / code / main.py
index 59a31f8..b4e659e 100755 (executable)
@@ -319,7 +319,6 @@ console will suffer artifacts.
 
         @cherrypy.expose
         @cherrypy.tools.mako(filename="/vnc.mako")
-
         def vnc(self, machine_id):
             """VNC applet page"""
             return self._vnc(machine_id)