Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #136 from Janaka-Steph/add-registry
Browse files Browse the repository at this point in the history
Append registry after add_services_from_registry()
  • Loading branch information
filopedraz authored Sep 4, 2023
2 parents b115311 + 8c39d24 commit 5a0de28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ def get_registries():

def add_registry(url: str):
if url not in utils.REGISTRIES:
utils.REGISTRIES.append(url)
utils.add_services_from_registry(url)
utils.REGISTRIES.append(url)
return url


Expand Down

0 comments on commit 5a0de28

Please sign in to comment.