Update internal bindings to new names

This commit is contained in:
2026-02-17 19:04:35 -08:00
parent 8791c83991
commit b1a64be367
2 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ using DataBase;
#endif
if (args.Contains("Pull-Stock-Data")) {
interopModule.PullData();
interopModule.TrainAI();
} else {
// Create the webapp
var builder = WebApplication.CreateBuilder(args);