Skip to content

Commit

Permalink
Update federation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Oct 2, 2024
1 parent 54d1c18 commit 72b6f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions candig_federation/federation.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def get_service(self, service, endpoint_path, endpoint_payload):
except Exception as e:
self.status = 500
self.message = f"get_service: {type(e)} {str(e)}"
print(self.message)
return

def post_service(self, service, endpoint_path, endpoint_payload):
Expand Down

0 comments on commit 72b6f2c

Please sign in to comment.