Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Roth committed Jul 27, 2017
1 parent 91eb12e commit ea3cd41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lokilogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import socket
from helpers import removeNonAsciiDrop

__version__ = '0.23.0'
__version__ = '0.23.1'

# Logger Class -----------------------------------------------------------------
class LokiLogger():
Expand Down
2 changes: 1 addition & 1 deletion loki.py
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ def initialize_filetype_magics(self, filetype_magics_file):

def initialize_excludes(self, excludes_file):
try:
excludes = [r'otx-c2-iocs.txt', r'hash-iocs.txt']
excludes = []
with open(excludes_file, 'r') as config:
lines = config.read().splitlines()

Expand Down

0 comments on commit ea3cd41

Please sign in to comment.