Skip to content

Commit

Permalink
Merge pull request #97 from amm3/closeout
Browse files Browse the repository at this point in the history
Close Output Module in Followstream
  • Loading branch information
dev195 committed Nov 18, 2016
2 parents 4011487 + 39cdf83 commit e4da987
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions decoders/misc/followstream.py
Expand Up @@ -70,6 +70,9 @@ def preModule(self):
# overwrite the output module's default error handler
self.out.errorH = self.__errorHandler

def postModule(self):
self.out.close()

def connectionHandler(self, connection):

try:
Expand Down

0 comments on commit e4da987

Please sign in to comment.