mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-18 12:19:25 +00:00
Fix system name lookup
This commit is contained in:
@@ -477,5 +477,5 @@ class DropBot(ClientXMPP):
|
||||
char_name,
|
||||
len(res),
|
||||
intcomma(sum_value),
|
||||
', '.join(set([self.map.nodes[int(x['solarSystemID'])] for x in res]))
|
||||
', '.join(set([self.map.node[int(x['solarSystemID'])]['name'] for x in res]))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user