Gravityspy functions should scrape environment at execution time, not import
@scottcoughlin2014, currently the GravitySpy functions that scrape the environment when the module is imported for the first time, rather than at execution time:
Using user=None, passwd=None
as defaults and scraping the environment inside the function will allows users to manipulate their environment (via os.environ
) on-the-fly if they wish.