aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorelavington <27739361+elavington@users.noreply.github.com>2017-08-07 09:38:22 -0400
committerGitHub <noreply@github.com>2017-08-07 09:38:22 -0400
commitf1528dc908f0ebc97f2d3864db57ee8417cfccb4 (patch)
treee327ee4c4e9a876e38f40636c599134209d6b803
parentced7b0fadf5f113e6e040a1e97e7199a2cc65e05 (diff)
downloadcressdna-f1528dc908f0ebc97f2d3864db57ee8417cfccb4.tar.gz
cressdna-f1528dc908f0ebc97f2d3864db57ee8417cfccb4.zip
Update classifier.py
-rw-r--r--cgi-bin/classifier.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi-bin/classifier.py b/cgi-bin/classifier.py
index ec2b634..8f8450b 100644
--- a/cgi-bin/classifier.py
+++ b/cgi-bin/classifier.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/home/erik/bin/python3.6
#import packages to be used
from sklearn.svm import SVC
@@ -49,4 +49,4 @@ f.close()"""
print (output)
-quit() \ No newline at end of file
+quit()