Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

bug fixed

Compare
Choose a tag to compare
@RTAkland RTAkland released this 20 Nov 12:30
· 129 commits to main since this release

Fixed:

  • 修复了城市名为空时直接输出全部的内容, 导致占用内存
  • 修复了提示明明是q退出但是却需要输入quit退出的bug
  • 修复了日志文件的名称容易分辨, 之前: 21-11-20-20.log 最后的两位数字是日志创建小时,现在: 21-11-20#20.log

Added:

  • 现在可以在源码中更换配置文件和城市id文件 只需要修改if __name__ == '__main__'下的CONFIG_NAME&LOCATION_ID_FILE_NAME

Full Changelog: v2.8.0...v2.8.1