Skip to content

Commit

Permalink
修复import错误
Browse files Browse the repository at this point in the history
  • Loading branch information
alibaba-developer authored Nov 10, 2021
1 parent 8264ea5 commit 9f12a0d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
- 编写有关如何使用项目的教程
- 提供指导另一个贡献者,

## 其他说明
有一些开发者说明请到 https://github.com/TechXueXi/techxuexi-readme 查看,但说明不完善。加入开发组后登录可见。 加入说明: https://github.com/TechXueXi/TechXueXi/issues/2

## 有疑问?
遇到问题,请试着按如下步骤解决:

Expand Down
2 changes: 1 addition & 1 deletion SourcePackages/pandalearning.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
boot.check_environment()
try:
# 在此处导入所有 pdlearn 内的模块
import pdlearn.globalvar as gl
from pdlearn import globalvar as gl
from pdlearn import color, score, threads, user, version
from pdlearn.answer_question import daily, weekly, zhuanxiang
from pdlearn.article_video import article, video
Expand Down
2 changes: 1 addition & 1 deletion SourcePackages/pdlearn/answer_question.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pdlearn.config import cfg_get
from pdlearn.exp_catch import exception_catcher
from pdlearn.db_helper import search_answer
import pdlearn.globalvar as gl
from pdlearn import globalvar as gl


def generate_tiku_data(quiz_type=None, tip=None, option=None, answer=None, question=None):
Expand Down
5 changes: 4 additions & 1 deletion SourcePackages/pdlearn/version_info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"techxuexi_version": "v20211109",
"techxuexi_version": "v20211110",
"notice": "欢迎使用 TechXueXi",
"least_version": "v20211020",
"old_version_warning": "您的版本太旧,请立即更新",
"techxuexi_update_log": [{
"version": "v20211110",
"info": "修复import错误"
},{
"version": "v20211109",
"info": "docker: arm64v8 默认 supervisor 。修复bugs,优化逻辑,修复文件位置出错,修复 不存在的版本 等"
},{
Expand Down

0 comments on commit 9f12a0d

Please sign in to comment.