You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen in commit 50b3fab an ssl verify variable was added, it turns out this connection was being incorrectly called and should be called as follows
# Setup a connection to the Slycat Web Server.connection=slycat.web.client.connect(arguments)
# Create a new project to contain our model.pid=connection.find_or_create_project(arguments.project_name, arguments.project_description)
As seen in commit 50b3fab an ssl verify variable was added, it turns out this connection was being incorrectly called and should be called as follows
In this case this:
It should be written like
the connect call sets up a proper connection and returns it
The text was updated successfully, but these errors were encountered: