1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-23 09:59:29 +08:00

Fix: Not writing config between two campaigns

(cherry picked from commit 5bef8bf84f9cf38a7485defd72f8bf931acbd185)
This commit is contained in:
Zuosizhu
2023-02-11 17:03:36 +08:00
parent f2db9cd7df
commit e2cf260179

View File

@@ -294,7 +294,9 @@ class CampaignRun(CampaignEvent, ShopStatus):
break
# Update config
logger.info('Updating config for dashboard')
self.config.update()
self.campaign.config.update()
# Run
try: