Skip to content

Commit 0067a29

Browse files
committed
updates
1 parent 170e0ce commit 0067a29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Prototypes/PacletInfo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description -> "A paclet for prototype functions",
44
Creator -> "Arnoud Buzing",
55
Publisher -> "Wolfram Research",
6-
Version -> "0.1.7",
6+
Version -> "0.1.8",
77
MathematicaVersion -> "11.2+",
88
Loading -> Automatic,
99
Extensions -> {

Prototypes/Server.wl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EvaluationServer[host_String,port_] := Module[{ socket, listener },
88
Function[{assoc},
99
Module[{client,data,request,response,line,input,expr,result,len},
1010
{client,data}=Lookup[assoc,{"SourceSocket","Data"}];
11-
LogPrint["Request from: ", First[client["SourceIPAddress"]]];
11+
Print["Request from: ", First[client["SourceIPAddress"]]];
1212
request=ImportString[data,"HTTPRequest"];
1313
input=StringTrim[request["Body"]];
1414
If[

0 commit comments

Comments
 (0)