diff --git a/src/newlk_search/search.py b/src/newlk_search/search.py index 46631ad..3e34a31 100644 --- a/src/newlk_search/search.py +++ b/src/newlk_search/search.py @@ -237,7 +237,7 @@ def __repr__(self, html=False): #out = HTML(out.to_html(escape=False, max_rows=10)) - return (len_str + out.to_string(max_rows=20)) + return out.to_string(max_rows=20) def _repr_html_(self): @@ -1402,4 +1402,4 @@ def _tess_sector2exptime(sector): if (sector >- 27) and (sector < 56): return 600 if (sector >= 56): - return 200 \ No newline at end of file + return 200