possible bug in gwosc.locate.get_urls
Created by: martinberoiz
Hi Duncan,
I think I found a bug. I'm running the gwosc client against a local copy of the gwosc website, so we use the convenient host
argument, but I found that the call below:
is not forwarding the host.
The fix would be to add host=host
like the previous call urls = get_run_urls(
in the lines above. At least I think that would fix it.
Let me know if you want a PR.