Merge branch 'main' of https://gitea.liubiren.cloud/liubiren/Python
This commit is contained in:
commit
06f90694eb
|
|
@ -1 +1,5 @@
|
|||
<<<<<<< HEAD
|
||||
{"feishu": ["t-g1043mboYRA4SDDKUY5RTRLCHPF3YGJQIYCLGDVP", 1774157093.7511718]}
|
||||
=======
|
||||
{"feishu": ["t-g1043kdp74T7OBBWKU32LNRRUIOSIE4Q77JNQTEZ", 1773991516.999697]}
|
||||
>>>>>>> 239b7d7f2837822ce7a85afdcb85bafc4888d6f7
|
||||
|
|
|
|||
|
|
@ -235,9 +235,18 @@ class Feishu:
|
|||
response = self.http_client.download(
|
||||
url=url,
|
||||
headers=headers,
|
||||
<<<<<<< HEAD
|
||||
stream_enabled=True,
|
||||
) # 默认使用流式传输
|
||||
|
||||
=======
|
||||
stream_enabled=stream_enabled,
|
||||
)
|
||||
print(type(response[0]))
|
||||
print(type(response[1]))
|
||||
print(type(response[2]))
|
||||
|
||||
>>>>>>> 239b7d7f2837822ce7a85afdcb85bafc4888d6f7
|
||||
|
||||
|
||||
a = Feishu()
|
||||
|
|
|
|||
Loading…
Reference in New Issue