mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-27 05:03:03 -05:00
Apply suggestions from code review
Co-authored-by: Vuks <51289041+Vuks69@users.noreply.github.com>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user