Skip to content

Commit

Permalink
Make sure logs are setup for scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Oct 2, 2023
1 parent 234be83 commit c861978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def __init__(self, _db=None, services: Optional[Services] = None, *args, **kwarg
self._session = _db

self._services = container_instance() if services is None else services
self._services.init_resources()

def run(self):
DataSource.well_known_sources(self._db)
Expand Down

0 comments on commit c861978

Please sign in to comment.