Skip to content

Commit

Permalink
debug clamd
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bayr committed Nov 7, 2024
1 parent e58ad60 commit 1923e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sddi-urban/clamav/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ def instream(self, buff):

result = self._recv_response()

print('debug: instream result:')
print(result)
#print('debug: instream result:')
#print(result)

if len(result) > 0:
if result == 'INSTREAM size limit exceeded. ERROR':
Expand Down

0 comments on commit 1923e4c

Please sign in to comment.