Skip to content

Commit

Permalink
chore(release): v3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoAria committed Nov 5, 2024
1 parent a680340 commit 1adf6e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,4 @@ cython_debug/

.idea/
node_modules
.pdm-python
2 changes: 1 addition & 1 deletion PicImageSearch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .engines import * # noqa: F403
from .network import Network

__version__ = "3.11.1"
__version__ = "3.11.2"
2 changes: 1 addition & 1 deletion demo/code/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from loguru import logger

USE_SIMPLE_LOGGER = True
USE_SIMPLE_LOGGER = False
PROXIES = "http://127.0.0.1:1080"
# PROXIES = None
IMAGE_BASE_URL = (
Expand Down

0 comments on commit 1adf6e3

Please sign in to comment.