Skip to content

Commit

Permalink
bug fix instance resources
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshVSV committed Oct 5, 2024
1 parent 21f8210 commit 578cc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hololinked/server/thing.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class attribute, see docs.


def __post_init__(self):
# self._prepare_resources()
self._prepare_resources() # bug fix, has to be called at two places, one here and one before run
self.load_properties_from_DB()
self.logger.info(f"initialialised Thing class {self.__class__.__name__} with instance name {self.instance_name}")

Expand Down

0 comments on commit 578cc47

Please sign in to comment.