TrangaSettings remove old properties

This commit is contained in:
2024-12-16 20:08:23 +01:00
parent 62876498d0
commit 99ddb06d6d
2 changed files with 10 additions and 42 deletions

View File

@ -129,6 +129,7 @@ using (var scope = app.Services.CreateScope())
BasicConfigurator.Configure();
Log.Info(TRANGA);
TrangaSettings.Load();
Log.Info(TrangaSettings.Serialize());
}