More fixes for the sqlalchemy api
[invirt/packages/invirt-web.git] / code / main.py
index e5722fa..b443640 100755 (executable)
@@ -286,7 +286,7 @@ console will suffer artifacts.
                                           machine_id=machine_id).machine
             d = infoDict(cherrypy.request.login, cherrypy.request.state, machine)
             return d
-        index = info
+        index = list
 
         @cherrypy.expose
         @cherrypy.tools.mako(filename="/info.mako")