Skip to content

Commit

Permalink
Merge pull request #87 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Fix a typo introduced in #82
  • Loading branch information
achillean committed Nov 9, 2018
2 parents 57ae6f2 + d8236dc commit e1d3019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shodan/cli/worldmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def draw(self, target):
self.window.addstr(row, 1, det_show, attrs)
row += 1
items_to_show -= 1
except Exeception:
except Exception:
# FIXME: check window size before addstr()
break
self.window.overwrite(target)
Expand Down

0 comments on commit e1d3019

Please sign in to comment.