Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Tanner Prestegard
lvalert
Commits
c501b07c
Commit
c501b07c
authored
Feb 13, 2019
by
Alexander Pace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tabs/spaces
parent
5a6c2ece
Pipeline
#50581
passed with stages
in 3 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ligo/lvalert/__init__.py
ligo/lvalert/__init__.py
+1
-1
No files found.
ligo/lvalert/__init__.py
View file @
c501b07c
...
...
@@ -165,7 +165,7 @@ class LVAlertClient(sleekxmpp.ClientXMPP):
self
.
ca_certs
=
pkg_resources
.
resource_filename
(
__name__
,
'certs.pem'
)
# Attempt to change the SSL/TLS version:
self
.
ssl_version
=
ssl
.
PROTOCOL_TLSv1_1
self
.
ssl_version
=
ssl
.
PROTOCOL_TLSv1_1
def
_session_start
(
self
,
event
):
self
.
get_roster
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment