Skip to content

Commit

Permalink
config: Fix type of core.verify_ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Jul 11, 2015
1 parent b8b7d2a commit 3823d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion willie/config/core_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ def homedir(self):
user = ValidatedAttribute('user', default='willie')
"""The "user" for your bot (the part before the @ in the hostname)."""

verify_ssl = ValidatedAttribute('verify_ssl', default=True)
verify_ssl = ValidatedAttribute('verify_ssl', bool, default=True)
"""Whether to require a trusted SSL certificate for SSL connections."""

0 comments on commit 3823d2d

Please sign in to comment.