Replace unused for index with underscore

This commit is contained in:
Brian Pepple 2020-09-27 11:29:58 -04:00 committed by Odd Stråbø
parent 29f9956b61
commit 0345106427
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ def browse(media, view_id=None, folder=None, server_id=None, api_client=None):
monitor = xbmc.Monitor()
for i in range(300):
for _ in range(300):
if window('jellyfin_online.bool'):
break
elif monitor.waitForAbort(0.1):