Skip to content

Commit 0b6edd5

Browse files
nazarovkvattzonko
authored andcommitted
chore: SSL_VERIFY typing "bool" -> "object"
1 parent 570b30a commit 0b6edd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmpy_bot/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Settings:
5151
MATTERMOST_API_PATH: str = ""
5252
BOT_TOKEN: str = "token"
5353
BOT_TEAM: str = "team_name"
54-
SSL_VERIFY: bool = True
54+
SSL_VERIFY: object = True
5555
WEBHOOK_HOST_ENABLED: bool = False
5656
WEBHOOK_HOST_URL: str = "http://127.0.0.1"
5757
WEBHOOK_HOST_PORT: int = 8579

0 commit comments

Comments
 (0)