Skip to content

Commit

Permalink
Merge pull request #3 from cenkai88/master
Browse files Browse the repository at this point in the history
fix_bug_in_airdict
  • Loading branch information
Xiaming committed Sep 18, 2015
2 parents 479ada0 + b1acdef commit ee32e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cernet/stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def cleanse(record, ipdict, parser, air):
t = hostdict['type']
try:
keyword = hostdict['dest'](url)
except IndexError:
except:
keyword = 'unknown'
break
if not k:
Expand Down

0 comments on commit ee32e33

Please sign in to comment.