diff --git a/proseco/core.py b/proseco/core.py index 518c44c8..25098388 100644 --- a/proseco/core.py +++ b/proseco/core.py @@ -840,7 +840,7 @@ def from_agasc(cls, att, date=None, radius=1.2, logger=None): logger = StarsTable.get_logger(logger) logger(f'Got {len(stars)} stars from AGASC at ' - 'ra={q_att.ra:.5f} dec={q_att.dec:.4f}', + f'ra={q_att.ra:.5f} dec={q_att.dec:.4f}', level=1) return stars