mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 11:42:44 +08:00
perf: 更新内容通知的逻辑
This commit is contained in:
parent
dcc5d40a04
commit
8bb8a72060
|
@ -25,7 +25,8 @@ def update_all():
|
||||||
dt = datetime.datetime.fromtimestamp(entry.commit.commit_time, tz)
|
dt = datetime.datetime.fromtimestamp(entry.commit.commit_time, tz)
|
||||||
change_log += dt.strftime('%Y-%m-%d %H:%M:%S') + " [" + str(entry.commit.message, encoding="utf-8").strip()+"]\n"
|
change_log += dt.strftime('%Y-%m-%d %H:%M:%S') + " [" + str(entry.commit.message, encoding="utf-8").strip()+"]\n"
|
||||||
|
|
||||||
pkg.utils.context.get_qqbot_manager().notify_admin("更新完成,更新内容如下:\n"+change_log)
|
if change_log != "":
|
||||||
|
pkg.utils.context.get_qqbot_manager().notify_admin("代码拉取完成,更新内容如下:\n"+change_log)
|
||||||
except ModuleNotFoundError:
|
except ModuleNotFoundError:
|
||||||
raise Exception("dulwich模块未安装,请查看 https://github.com/RockChinQ/QChatGPT/issues/77")
|
raise Exception("dulwich模块未安装,请查看 https://github.com/RockChinQ/QChatGPT/issues/77")
|
||||||
except dulwich.porcelain.DivergedBranches:
|
except dulwich.porcelain.DivergedBranches:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user