diff --git a/build.py b/build.py
index 728e346e96246af531f1e604d345bd8cbe4bbd96..da58baaa276ed0ab97a71b6096ad93c2b252e93c 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