mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-30 02:47:13 +08:00
Opt: Explanatory comment for debugging
This commit is contained in:
@@ -101,6 +101,8 @@ class RewardGuild(UI):
|
|||||||
else:
|
else:
|
||||||
logger.warning('Guild sidebar total count error.')
|
logger.warning('Guild sidebar total count error.')
|
||||||
|
|
||||||
|
# This is a member sidebar, decrement
|
||||||
|
# the index by 1 if requested 4 or greater
|
||||||
if total == 5 and index >= 4:
|
if total == 5 and index >= 4:
|
||||||
index -= 1
|
index -= 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user