Fixed text output of liquidate event.

This commit is contained in:
Geoff Taylor 2021-08-13 20:20:03 +01:00
parent 97bd857418
commit 140270b870
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class PerpLiquidateEvent(PerpEvent):
return [self.liquidatee, self.liquidator]
def __str__(self) -> str:
return f"""« 𝙿𝚎𝚛𝚙𝙻𝚒𝚚𝚞𝚒𝚍𝚊𝚝𝚎𝙴𝚟𝚎𝚗𝚝 [{self.original_index}] [{self.owner}] {self.side} {self.quantity}, slot: {self.slot} »"""
return f"""« 𝙿𝚎𝚛𝚙𝙻𝚒𝚚𝚞𝚒𝚍𝚊𝚝𝚎𝙴𝚟𝚎𝚗𝚝 Liquidator {self.liquidator} liquidated {self.liquidatee} with {self.quantity} at {self.price} »"""
# # 🥭 PerpUnknownEvent class