Hi! Thanks for the code sharing. The session name is a little misleading in the README. session = GSConnection() maybe ``` connection = GSConnection() session = connection.session ``` since session is real obj used in later interaction
Hi! Thanks for the code sharing.
The session name is a little misleading in the README.
session = GSConnection()
maybe
since session is real obj used in later interaction