Skip to content

Commit

Permalink
Add default value for SSL verify
Browse files Browse the repository at this point in the history
  • Loading branch information
egegunes committed Jun 20, 2019
1 parent c2b1f21 commit 5ff4359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redmine/cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def __init__(self, account=None):
]
self.url = None
self.api_key = None
self.ssl_verify = True
self.aliases = {}
self.account = account

Expand Down

0 comments on commit 5ff4359

Please sign in to comment.