Update current functions to give data relevant to only the registered region

This commit is contained in:
2024-12-07 16:21:52 -08:00
parent 895e50bdd3
commit c064c6bade
4 changed files with 48 additions and 20 deletions

View File

@@ -62,5 +62,5 @@ class HistoryManager:
return []
async def get_history(self, flavor, region) -> History:
def get_history(self, flavor, region) -> History:
return self._history[flavor][region]