Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]早安晚安时间无法自定义 #83

Open
YouYouLip opened this issue Feb 6, 2023 · 6 comments
Open

[BUG]早安晚安时间无法自定义 #83

YouYouLip opened this issue Feb 6, 2023 · 6 comments
Labels
agenda 或将解决

Comments

@YouYouLip
Copy link

send_time_moring = "7 0"
send_time_night = "22 0" 这2个为默认的时间点 但是我尝试修改 改成=“6 0”还是“6 00”都无法在6点进行推送
如果改成了=6:00这个格式甚至会无法识别

@yzyyz1387
Copy link
Owner

改完重启了么

@yzyyz1387
Copy link
Owner

yzyyz1387 commented Feb 6, 2023

这个功能是用户pr的,有待优化,按照其提交的代码应该是没问题的,.env中的配置改完要重启才能生效的

@YouYouLip
Copy link
Author

这个功能是用户pr的,有待优化,按照其提交的代码应该是没问题的,.env中的配置改完要重启才能生效的

改完重启了的 而且我也看了我的env指向的是prod也是在prod里改的

@yzyyz1387
Copy link
Owner

好的过两天看看,刚回学校新键盘还没到,旧键盘坏了,可以的话回复一下环境、nb版本、适配器版本、go-cqhttp版本

@YouYouLip
Copy link
Author

好的过两天看看,刚回学校新键盘还没到,旧键盘坏了,可以的话回复一下环境、nb版本、适配器版本、go-cqhttp版本

触发这个bug的时候nb是0.6.9现在改1.0.4了 环境是window10-64插件是在poetry下运行 gocq是1.0.0 rc4 适配器版本..(不太清楚)

@Ealvn
Copy link

Ealvn commented Mar 20, 2023

这个功能是用户pr的,有待优化,按照其提交的代码应该是没问题的,.env中的配置改完要重启才能生效的

改完重启了的 而且我也看了我的env指向的是prod也是在prod里改的

send_time_morning = get_driver().config.send_time_morning

send_time_moring = "8 0" # 选填 早上发送时间默认为7:00

示例配置中 send_time_moring 少写了n, 与上面程序中变量名不符;
prod里面写为 send_time_morning = "8 0" 即可

@yzyyz1387 yzyyz1387 added the agenda 或将解决 label Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agenda 或将解决
Projects
None yet
Development

No branches or pull requests

3 participants