Skip to content

Commit

Permalink
fix POUI database call
Browse files Browse the repository at this point in the history
  • Loading branch information
98llm committed Nov 28, 2024
1 parent 183d34d commit bfcf665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tir/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,6 @@ class Poui():

def __init__(self, config_path="", autostart=True):
self.__poui = PouiInternal(config_path, autostart)
self.__database = BaseDatabase(config_path, autostart=False)
self.config = ConfigLoader()
self.coverage = self.config.coverage

Expand Down

0 comments on commit bfcf665

Please sign in to comment.