Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
achillean committed Oct 11, 2020
1 parent 6723a79 commit 0703499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shodan/cli/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if path.exists(path.expanduser("~/.shodan")):
SHODAN_CONFIG_DIR = '~/.shodan/'
else:
SHODAN_CONFIG_DIR="~/.config/shodan/"
SHODAN_CONFIG_DIR = "~/.config/shodan/"

COLORIZE_FIELDS = {
'ip_str': 'green',
Expand Down

0 comments on commit 0703499

Please sign in to comment.