X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/24bbf8e59bf6b9b0066a5db02cfbd2bb48f83a1f..02f7620ec6f9bc23661a0cb7cd4ffa0030f2feea:/code/cache_acls.py diff --git a/code/cache_acls.py b/code/cache_acls.py index 414f2e3..fa9b9f9 100644 --- a/code/cache_acls.py +++ b/code/cache_acls.py @@ -55,7 +55,7 @@ def refreshCache(): session.begin() try: - machines = Machine.select() + machines = Machine.query().all() for m in machines: refreshMachine(m) session.flush()