Skip to content

Commit 2df5aa7

Browse files
committed
fix pasto
1 parent e839e9d commit 2df5aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream_chat/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def send_file(self, uri, url, name, user, content_type=None):
290290
headers = {}
291291
headers["Authorization"] = self.auth_token
292292
headers["stream-auth-type"] = "jwt"
293-
headers["X-Stream-Client"]: get_user_agent()
293+
headers["X-Stream-Client"] = get_user_agent()
294294
parts = urlparse(url)
295295
if parts[0] == '':
296296
url = f"file://{url}"

0 commit comments

Comments
 (0)