Apply suggestions from code review

Co-authored-by: Vuks <51289041+Vuks69@users.noreply.github.com>
This commit is contained in:
Draper
2020-09-26 08:47:20 +01:00
committed by GitHub
parent a13850067c
commit 318a006dac
4 changed files with 8 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ class QueueInterface:
try:
row_result = future.result()
except Exception as exc:
debug_exc_log(log, exc, "Failed to completed playlist fetch from database")
debug_exc_log(log, exc, "Failed to complete playlist fetch from database")
return []
async for index, row in AsyncIter(row_result).enumerate(start=1):