Skip to content

Commit

Permalink
fix: minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanAmenechi committed Feb 5, 2024
1 parent 65226b7 commit 4f2996f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_clob_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def get_notifications(self):
self.assert_level_2_auth()
request_args = RequestArgs(method="GET", request_path=GET_NOTIFICATIONS)
headers = create_level_2_headers(self.signer, self.creds, request_args)
url = "{}{}?signature_type=".format(
url = "{}{}?signature_type={}".format(
self.host, GET_NOTIFICATIONS, self.builder.sig_type
)
return get(url, headers=headers)
Expand Down

0 comments on commit 4f2996f

Please sign in to comment.