Fixed spelling

This commit is contained in:
nsde 2023-08-30 22:19:27 +02:00
parent 15f816fd1d
commit 008bf56fdf

View file

@ -177,7 +177,7 @@ async def stream(
model=model,
)
print(f'[+] {path} -> {model or "")
print(f'[+] {path} -> {model or ""}')
if __name__ == '__main__':
asyncio.run(stream())