Skip to content

Commit

Permalink
final edit
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhinanda-aviz authored Aug 4, 2023
1 parent 6e8cd60 commit 7632893
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion restclient/api_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ def resp_arg2(self, ano, add):
raise AttributeError('Invalid inputs')

self.url = self.transport + '://' + self.host + ':' + self.port + '/api/info/' + ano1 + '/' + add + '/' + ano2
print(self.url)
response = requests.get(self.url, auth=HTTPBasicAuth(self.user, self.password), verify=False)
print("{}".format(response.content))

0 comments on commit 7632893

Please sign in to comment.