Skip to content

Commit

Permalink
Merge pull request #54 from gisce/fix_ssl_negotiation_problems
Browse files Browse the repository at this point in the history
Use requestes instead of urllib2 as default executor
  • Loading branch information
egarciadiaz authored Sep 12, 2024
2 parents 1be99d3 + f455861 commit fc1ad43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esios/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
except Exception as e:
VERSION = 'unknown'

from libsaas.executors import requests_executor
requests_executor.use()
from .service import Esios

0 comments on commit fc1ad43

Please sign in to comment.