Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions sopel/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ def run(settings, pid_file, daemon=False):
# Also show the location of the config file used to load settings
print("\nLoaded config file: {}".format(settings.filename))

if not settings.core.ca_certs:
tools.stderr(
'Could not open CA certificates file. SSL will not work properly!')

# Define empty variable `p` for bot
p = None
while True:
Expand Down