Skip to content

Commit

Permalink
Fixing android build
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanbobrowski committed Sep 5, 2024
1 parent 6226ae6 commit 1f22bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog2epub/common/crawler.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from urllib import request
import ssl

ssl._create_default_https_context = ssl._create_stdlib_context
ssl._create_default_https_context = ssl._create_stdlib_context # type: ignore


def prepare_url(url: str) -> str:
Expand Down

0 comments on commit 1f22bc5

Please sign in to comment.