Skip to content
This repository was archived by the owner on May 14, 2022. It is now read-only.

Commit 905d3c6

Browse files
authored
Fix typo TOPSTIES->TOPSITES in cli.py
1 parent 888c80a commit 905d3c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def scanner_cli():
2020
'filename',
2121
show_default=True,
2222
type=click.Path(exists=True, readable=True),
23-
default=os.getenv('TOPSTIES_FILENAME'),
23+
default=os.getenv('TOPSITES_FILENAME'),
2424
help='topsites file path.')
2525
@click.option('-t',
2626
'--threads',
@@ -57,4 +57,4 @@ def web(command):
5757

5858

5959
if __name__ == '__main__':
60-
cli()
60+
cli()

0 commit comments

Comments
 (0)