More info prefetching
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user