mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-30 07:23:29 +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