Skip to content

Commit f91f98f

Browse files
author
hhsecond
committed
correction
1 parent 630c49d commit f91f98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scikit_learn/ScikitLearn2Production.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"from ml2rt import load_model, save_onnx\n",
6666
"\n",
6767
"REDIS_HOST = os.getenv(\"REDIS_HOST\", \"localhost\")\n",
68-
"REDIS_PORT = int(os.getenv(\"REDIS_HOST\", 6379))"
68+
"REDIS_PORT = int(os.getenv(\"REDIS_PORT\", 6379))"
6969
]
7070
},
7171
{

0 commit comments

Comments
 (0)