Skip to content

Commit 94fa501

Browse files
committed
just 'astroquery' in user-agent, not astropy:astroquery
1 parent daad6aa commit 94fa501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class BaseQuery(object):
9999

100100
def __init__(self):
101101
self._session = requests.session()
102-
self._session.headers['User-Agent'] = ('astropy:astroquery.{vers} '
102+
self._session.headers['User-Agent'] = ('astroquery.{vers} '
103103
'{olduseragent}'
104104
.format(vers=version.version,
105105
olduseragent=

0 commit comments

Comments
 (0)