From 9af392dc8708a8abbb37d2ed43012fbf40b3ea59 Mon Sep 17 00:00:00 2001
From: "Mcintosh, Liam S (UG - Computer Science)" <lm00840@surrey.ac.uk>
Date: Mon, 24 May 2021 13:27:25 +0000
Subject: [PATCH] Fix build.py

---
 build.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.py b/build.py
index 728e346..da58baa 100644
--- a/build.py
+++ b/build.py
@@ -464,7 +464,7 @@ with open('mlb.pickle', 'wb') as handle:
     pickle.dump(mlb, handle)
 
 with open('model.pickle', 'wb') as handle:
-    pickle.dump(model, handle)
+    pickle.dump(lr_classifier, handle)
 
 #Automatically restart the services: MAY NEED TO CHANGE TO PUSH TO GITHUB AND THEN SSHING INTO THE SERVER ETC ETC
 
-- 
GitLab