fix for Embeds & ChatBlobs

This commit is contained in:
2022-04-16 01:43:29 +02:00
parent 0612b078a4
commit b230660c2f
3 changed files with 25 additions and 11 deletions
@@ -64,4 +64,4 @@ class ContractController(BaseModule):
def row_formatter(self, entry, index, data):
return f"{self.text.zfill(index, len(data))}. " \
f"<white>{self.text.zfill(entry.contracts, data[0].contracts)}</white> " \
f"<{entry.faction.lower()}>{entry.org_name}</{entry.faction.lower()}>\n"
f"<{(entry.faction or 'unknown').lower()}>{entry.org_name}</{(entry.faction or 'unknown').lower()}>\n"