Skip to content

Commit

Permalink
perf: update to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yudaotor committed Aug 4, 2023
1 parent d515b93 commit a6aaff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EsportsHelper/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, configPath: str) -> None:
os.kill(os.getpid(), 9)
with open(configPath, "r", encoding='utf-8') as f:
configFile = yaml.safe_load(f)
self.version = "2.1.2"
self.version = "2.1.3"
self.headless = configFile.get("headless", False)
self.username = configFile.get("username", "账号用户名")
self.password = configFile.get("password", "密码")
Expand Down
2 changes: 1 addition & 1 deletion EsportsHelper/Logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
BACKUP_COUNT = 5
PROGRAM_NAME = "EsportsHelper"
GITHUB_ADDRESS = "https://github.com/Yudaotor/EsportsHelper"
VERSION = "2.1.2"
VERSION = "2.1.3"


class Logger:
Expand Down

0 comments on commit a6aaff3

Please sign in to comment.