fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
single search query with boosts - stub
[wolnelektury.git]
/
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
1a30ffc
..
342c963
100755
(executable)
--- 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 + (
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.'
)
help = 'Sends relevant funding notifications.'