Skip to content

Commit ed1f080

Browse files
authored
Using non API key looking placeholder
1 parent 20e7460 commit ed1f080

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

astroquery/astrometry_net/core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
Astrometry.net API key not set. You should either set this in the astroquery configuration file using:
3838
3939
[astrometry_net]
40-
api_key = qwdqwjnoi12ioj
40+
api_key = ADD_YOUR_API_KEY_HERE
4141
4242
or you can set it for this session only using the ``conf`` object:
4343
4444
from astroquery.astrometry_net import conf
45-
conf.api_key = 'qwdqwjnoi12ioj'
45+
conf.api_key = 'ADD_YOUR_API_KEY_HERE'
4646
4747
or using the ``api_key`` property on the ``AstrometryNet`` class:
4848
4949
from astroquery.astrometry_net import AstrometryNet
50-
AstrometryNet.api_key = 'qwdqwjnoi12ioj'
50+
AstrometryNet.api_key = 'ADD_YOUR_API_KEY_HERE'
5151
""".lstrip()
5252

5353

0 commit comments

Comments
 (0)