Skip to content

Commit

Permalink
Finished final tests with new refactoring completed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed May 28, 2023
1 parent 3aa1c66 commit fb7e9a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion systems_manager/systems_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,8 @@ def set_python_modules(self, modules):
if modules is None or len(modules) == 0:
self.python_modules = ["geniusbot"]
elif modules == "all":
self.python_modules = ["geniusbot"]
self.python_modules = ["geniusbot", "repository-manager", "subshift", "webarchiver", "report-manager",
"media-downloader", "media-manager"]
else:
self.python_modules = modules

Expand Down

0 comments on commit fb7e9a4

Please sign in to comment.