Skip to content

Commit

Permalink
Update services.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Oct 1, 2020
1 parent 23d8975 commit 862b078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def main():
if p == "services":
if p_items[ i ] in services.keys():
f = p_items[ i ]
# TODO: dynamic loader, then call
services[f](f)

_return_error()
Expand Down

0 comments on commit 862b078

Please sign in to comment.