fix searching by url contents

This commit is contained in:
Nick Sweeting 2021-04-05 23:21:07 -04:00
parent 2fc9f1cfa3
commit cadac4838e
2 changed files with 9 additions and 12 deletions

View file

@ -448,7 +448,7 @@ def init(force: bool=False, quick: bool=False, setup: bool=False, out_dir: Path=
if setup:
run_subcommand('setup', pwd=out_dir)
if Snapshot.objects.count() < 25: # hide the hints for experienced users
print()
print(' {lightred}Hint:{reset} To view your archive index, run:'.format(**ANSI))