We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1482981 commit 46d9ed5Copy full SHA for 46d9ed5
astroquery/query.py
@@ -193,6 +193,8 @@ def __init__(self):
193
if 'astroquery' in user_agents[0]:
194
if 'pyVO' not in user_agents[1]:
195
user_agents[0] = f"astroquery/{version.version} pyVO/{pyvo.__version__}"
196
+ elif 'pyVO' in user_agents[0]:
197
+ user_agents[0] = f"astroquery/{version.version} pyVO/{pyvo.__version__}"
198
else:
199
user_agents = [f"astroquery/{version.version} pyVO/{pyvo.__version__} "
200
f"Python/{platform.python_version()} ({platform.system()})"] + user_agents
0 commit comments