Commit 7d39cb64 authored by Toby Dickenson's avatar Toby Dickenson

fix dumb typo

parent 79c68527
......@@ -742,7 +742,7 @@ try:
port=port)
if ICP_PORT:
if instrance(ICP_PORT, IntType): ICP_PORT=((IP_ADDRESS, ICP_PORT),)
if isinstance(ICP_PORT, IntType): ICP_PORT=((IP_ADDRESS, ICP_PORT),)
from ZServer.ICPServer import ICPServer
for address, port in ICP_PORT:
ICPServer(address,port)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment