From 9b2820bb30d72c8f45728213b23c72bce737d550 Mon Sep 17 00:00:00 2001
From: justinzm <3907721@qq.com>
Date: Wed, 28 Sep 2022 15:29:46 +0800
Subject: [PATCH] 0.3.8
---
.idea/workspace.xml | 33 +++++++++++++++++----------------
README.md | 2 +-
gopup/index/baidu_decrypt.py | 3 +--
setup.py | 2 +-
4 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 31dcec5..c171bbc 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -7,7 +7,7 @@
-
+
@@ -66,20 +66,20 @@
- {
+ "keyToString": {
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "WebServerToolWindowFactoryState": "false",
+ "last_opened_file_path": "D:/dev/pythonFile/spider-BaiduIndex-master",
+ "node.js.detected.package.eslint": "true",
+ "node.js.detected.package.tslint": "true",
+ "node.js.selected.package.eslint": "(autodetect)",
+ "node.js.selected.package.tslint": "(autodetect)",
+ "nodejs_package_manager_path": "npm",
+ "settings.editor.selected.configurable": "preferences.pluginManager"
}
-}]]>
+}
@@ -287,7 +287,8 @@
-
+
+
@@ -757,7 +758,7 @@
file://$PROJECT_DIR$/gopup/index/baidu_decrypt.py
- 148
+ 147
diff --git a/README.md b/README.md
index f397e77..6d51eda 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ print(df)
#### 版本更新
- 0.3.7
+ 0.3.8
指数数据:迭代百度指数
0.3.6
diff --git a/gopup/index/baidu_decrypt.py b/gopup/index/baidu_decrypt.py
index ba3a422..eec61f1 100644
--- a/gopup/index/baidu_decrypt.py
+++ b/gopup/index/baidu_decrypt.py
@@ -5,10 +5,9 @@
# @File : baidu_decrypt.py
# @desc : 百度解密
-from errors import ErrorCode, GopupError
from typing import List, Dict, Tuple
from urllib.parse import urlencode, quote
-from errors import ErrorCode, GopupError
+from gopup.index.errors import ErrorCode, GopupError
from Crypto.Cipher import AES
from base64 import b64encode
import datetime
diff --git a/setup.py b/setup.py
index 46ce62a..eee0856 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
URL = 'https://github.com/justinzm/gopup'
NAME = 'gopup'
-VERSION = '0.3.7'
+VERSION = '0.3.8'
DESCRIPTION = 'GoPUP database'
if os.path.exists('README.md'):
with open('README.md', encoding='utf-8') as f: