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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user