X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2fea31c78fb2dbbbabda91c64aab0760adba517c..b2d342589a7889a3b096e7192453d53bd28eed7d:/src/funding/management/commands/funding_notify.py diff --git a/src/funding/management/commands/funding_notify.py b/src/funding/management/commands/funding_notify.py index 1a30ffc90..342c96377 100755 --- a/src/funding/management/commands/funding_notify.py +++ b/src/funding/management/commands/funding_notify.py @@ -8,8 +8,7 @@ from django.core.management.base import BaseCommand class Command(BaseCommand): option_list = BaseCommand.option_list + ( - make_option('-q', '--quiet', action='store_false', dest='verbose', default=True, - help='Suppress output'), + make_option('-q', '--quiet', action='store_false', dest='verbose', default=True, help='Suppress output'), ) help = 'Sends relevant funding notifications.'