Skip to content

Commit d6c28d4

Browse files
authored
Merge pull request #2303 from half-duplex/ssl-warning
cli: remove ssl cert warning
2 parents eac71b0 + e1297f1 commit d6c28d4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sopel/cli/run.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ def run(settings, pid_file, daemon=False):
5353
# Also show the location of the config file used to load settings
5454
print("\nLoaded config file: {}".format(settings.filename))
5555

56-
if not settings.core.ca_certs:
57-
tools.stderr(
58-
'Could not open CA certificates file. SSL will not work properly!')
59-
6056
# Define empty variable `p` for bot
6157
p = None
6258
while True:

0 commit comments

Comments
 (0)