lekeno / edr

ED Recon is an EDMC plugin for Elite Dangerous whose purpose is to provide intel about other commanders and in-game guidance for traders, explorers, bounty-hunters, and powerplay pledges.
https://edrecon.com
Apache License 2.0
86 stars 14 forks source link

Crash in biology_on flow #500

Closed lekeno closed 7 months ago

lekeno commented 7 months ago
biology_on
    return self.__expected_bio_on_planet(the_body, system_name)

__expected_bio_on_planet
    if self.has_planet_type(conditions, system_name):

has_planet_type
    bodies = self.bodies(system_name)

bodies
    bodies = self.edsm_bodies_cache.get(system_name.lower())

AttributeError: 'set' object has no attribute 'lower'