1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00

minor fix

This commit is contained in:
lonelyzerg
2022-01-20 05:27:42 -06:00
parent 868eba53fe
commit 145f0eab4f

View File

@@ -130,8 +130,8 @@ class StorageHandler(GlobeOperation, ZoneManager):
if len(items): if len(items):
self._storage_item_use(items[0]) self._storage_item_use(items[0])
else: else:
logger.info(f'All {sample_type.lower()} samples in storage have been used')
break break
logger.info('All samples in storage have been used')
def handle_tuning_sample_use(self): def handle_tuning_sample_use(self):
if self.config.OpsiDaily_UseTuningSample: if self.config.OpsiDaily_UseTuningSample: