Skip to content

Commit

Permalink
Update endpoint location and certifi
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniz committed Feb 14, 2024
1 parent 3db0ec4 commit ea1aaea
Show file tree
Hide file tree
Showing 6 changed files with 1,151 additions and 643 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alfdaumsearch ![Test](../../actions/workflows/test-daum-ac.yml/badge.svg) ![Release](../../actions/workflows/release.yml/badge.svg)
=============

자동완성 가능한 Daum 키워드 검색과 Daum 사전 검색을 가능하도록 하는 Alfred Workflow
자동완성 가능한 Daum 키워드 검색과 Daum 사전(카카오 사전) 검색을 가능하도록 하는 Alfred Workflow


설치방법
Expand All @@ -13,7 +13,8 @@ alfdaumsearch ![Test](../../actions/workflows/test-daum-ac.yml/badge.svg) ![Rel
- python3 설치
- `brew install python`
- `xcode-select --install`

- Alfred 4.0 이상 필요
- Python 3 이상 필요

사용법
----
Expand Down
2 changes: 1 addition & 1 deletion alfred-pyworkflow
3 changes: 2 additions & 1 deletion workflow/certifi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .core import contents, where

__version__ = "2021.10.08"
__all__ = ["contents", "where"]
__version__ = "2024.02.02"
Loading

0 comments on commit ea1aaea

Please sign in to comment.