Skip to content

Commit 1e0f334

Browse files
committed
removed useless function
1 parent 01df344 commit 1e0f334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/API/eurostreaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ async def eurostreaming(streams,id,client,MFP,MFP_CREDENTIALS):
218218
async def test_euro():
219219
from curl_cffi.requests import AsyncSession
220220
async with AsyncSession() as client:
221-
results = await eurostreaming({'streams': []},"tt9253284:1:4",client,"0",['test','test'])
221+
results = await eurostreaming({'streams': []},"tt6156584:4:1",client,"0",['test','test'])
222222
print(results)
223223

224224
async def test_deltabit():

0 commit comments

Comments
 (0)