1
0
Fork 0

fixing issue where SaoItemData was not working

This commit is contained in:
Midorica 2023-06-28 08:24:53 -04:00
parent 9dd2b4d524
commit e446816b9a
1 changed files with 1 additions and 0 deletions

View File

@ -8,5 +8,6 @@ class SaoData(Data):
def __init__(self, cfg: CoreConfig) -> None:
super().__init__(cfg)
self.item = SaoItemData(cfg, self.session)
self.profile = SaoProfileData(cfg, self.session)
self.static = SaoStaticData(cfg, self.session)