Update current functions to give data relevant to only the registered region
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user