mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Fix: Wrong drop screenshot save folder after research receive
This commit is contained in:
@@ -66,6 +66,7 @@ class CampaignRun(CampaignUI, Reward):
|
||||
if not os.path.exists(folder):
|
||||
os.mkdir(folder)
|
||||
self.campaign.config.SCREEN_SHOT_SAVE_FOLDER = folder
|
||||
self.config.SCREEN_SHOT_SAVE_FOLDER = folder
|
||||
|
||||
def triggered_stop_condition(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user