Skip to content
Snippets Groups Projects
Commit 687083f4 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

network socket

parent 4b090706
No related branches found
No related tags found
No related merge requests found
Pipeline #12277 passed
......@@ -12,7 +12,7 @@ class ClamAVMiddleware:
# Code to be executed for each request before
# the view (and later middleware) are called.
cd = clamd.ClamdUnixSocket()
cd = clamd.ClamdNetworkSocket()
if request.method == "POST" and len(request.FILES) > 0:
for file_ in request.FILES.values():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment