1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 00:55:34 +08:00

Fix: Call guild_interval_reset() after successful run

This commit is contained in:
nEEtdo0d
2021-01-03 22:15:57 -05:00
parent 44df42ecb0
commit f1819c1670

View File

@@ -548,5 +548,7 @@ class RewardGuild(UI):
if not self.guild_run(logistics=do_logistics, operations=do_operations):
return False
self.guild_interval_reset()
self.config.record_save(option=('RewardRecord', 'guild'))
return True