tailwind #9

Manually merged
peperunas merged 157 commits from tailwind into master 2020-12-28 18:38:52 +00:00
Showing only changes of commit 9d9565a9af - Show all commits

View File

@ -130,7 +130,7 @@ class SymbolStatus:
if self.current_tick == 1:
return None
return next(filter(lambda x: x.pid == pid, self.positions[self.current_tick - 1]))
return next(filter(lambda x: x.position.id == pid, self.positions[self.current_tick - 1]))
async def __add_event__(self, event: Event):
self.events.append(event)