Skip to content

Commit

Permalink
Set default value for update interval to 30 days.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasAubry committed Oct 23, 2017
1 parent adf27cc commit 129070a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwebvulndb/wordpress/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def change_version_format(storage):
'for the new release')
parser.add_argument('--release-version', dest='release_version', help='print version of the new release')
parser.add_argument('--interval', dest='interval', help='The interval in days since the last update of plugins and '
'themes versions. 7 days by default', default=7, type=int)
'themes versions. 30 days by default', default=30, type=int)

args = parser.parse_args()

Expand Down

0 comments on commit 129070a

Please sign in to comment.