From c89f3418ccd8fd3884c1281b157139f3a7a985b7 Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Fri, 15 Oct 2010 07:04:24 +0200 Subject: [PATCH] More info prefetching --- service/prefetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/prefetch.py b/service/prefetch.py index 87703855f..34d3020f8 100644 --- a/service/prefetch.py +++ b/service/prefetch.py @@ -26,7 +26,7 @@ class PrefetchThread(threading.Thread): # We're a daemon thread, as such, interpreter might get shut down while we do stuff # Make sure we don't throw tracebacks to console try: - eos.db.getItemsByCategory("Skill", eager=("effects", "attributes", "icon")) + eos.db.getItemsByCategory("Skill", eager=("effects", "attributes", "attributes.icon", "icon")) cMarket = service.Market.getInstance() root = cMarket.getShipRoot() for id, _ in root: