forked from Hay1tsme/artemis
fixing issue where SaoItemData was not working
This commit is contained in:
parent
9dd2b4d524
commit
e446816b9a
@ -8,5 +8,6 @@ class SaoData(Data):
|
|||||||
def __init__(self, cfg: CoreConfig) -> None:
|
def __init__(self, cfg: CoreConfig) -> None:
|
||||||
super().__init__(cfg)
|
super().__init__(cfg)
|
||||||
|
|
||||||
|
self.item = SaoItemData(cfg, self.session)
|
||||||
self.profile = SaoProfileData(cfg, self.session)
|
self.profile = SaoProfileData(cfg, self.session)
|
||||||
self.static = SaoStaticData(cfg, self.session)
|
self.static = SaoStaticData(cfg, self.session)
|
Loading…
Reference in New Issue
Block a user