mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 18:43:57 +01:00
Fixed spelling
This commit is contained in:
parent
15f816fd1d
commit
008bf56fdf
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue