Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
bitonio committed Feb 2, 2022
2 parents fcbbcfd + b3975bd commit c50cbcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libeaa/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def all_apps(self, exp):
"""
url_params = {'limit': ApplicationAPI.LIMIT_SOFT, 'expand': 'true'}
search_app = self.get('mgmt-pop/apps', params=url_params)
print(search_app.json())
return search_app.json()


Expand Down

0 comments on commit c50cbcb

Please sign in to comment.