removed header

This commit is contained in:
benarc
2021-11-03 22:55:44 +00:00
parent a4ca6910fa
commit 2eed8b620c

View File

@@ -187,9 +187,7 @@ class SparkWallet(Wallet):
while True:
try:
async with httpx.AsyncClient(
timeout=None, headers=self.token
) as client:
async with httpx.AsyncClient(timeout=None) as client:
async with client.stream("GET", url) as r:
async for line in r.aiter_lines():
if line.startswith("data:"):