The source project of this merge request has been removed.
Fixes usage of gofast.SimpleClientFactory
When trying to install twins, I got the following error
serve_fcgi.go:86:43: too many arguments in call to gofast.SimpleClientFactory
have (gofast.ConnFactory, number)
want (gofast.ConnFactory)
This PR simply fix the call to gofast.SimpleClientFactory
by removing the second argument.