Commit 059a0c45 by Dudás Ádám

removed trailing whitespace

parent e7e4b3d0
......@@ -155,9 +155,9 @@ LOGGING = {
'filters': ['require_debug_false'],
'class': 'django.utils.log.AdminEmailHandler'
},
'syslog':{
'level':'WARNING',
'class': 'logging.handlers.SysLogHandler',
'syslog':{
'level':'WARNING',
'class': 'logging.handlers.SysLogHandler',
'address': '/dev/log',
},
......
......@@ -3,8 +3,8 @@ from django.http import HttpResponse
from django.shortcuts import render_to_response
from firewall.models import *
from firewall.fw import *
from django.views.decorators.csrf import csrf_exempt
from django.db import IntegrityError
from django.views.decorators.csrf import csrf_exempt
from django.db import IntegrityError
from tasks import *
from celery.task.control import inspect
from django.utils.translation import ugettext_lazy as _
......@@ -79,5 +79,5 @@ def firewall_api(request):
return HttpResponse(_("Something went wrong!\n%s\n") % e);
except:
return HttpResponse(_("Something went wrong!\n"));
return HttpResponse(_("OK"));
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment