chore: typo fix

This commit is contained in:
Ovler 2024-06-13 22:55:40 +08:00
parent a4452bd1e9
commit 20ad063637
No known key found for this signature in database
GPG Key ID: 87C2223333333333

View File

@ -107,7 +107,7 @@ async def scheduler():
while True:
print("Getting a video URL... If no video URL is printed, the queue is empty.")
video = await pending_queue.get()
print(f"Start donwloading {video}")
print(f"Start downloading {video}")
video.status = VideoStatus.downloading
await other_queue.put(video)