lol-account-manager
lol-account-manager copied to clipboard
account manager
Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.8.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.8 We’ve just uploaded mypy 1.8 to the Python Package Index (PyPI). Mypy...
Bumps [packaging](https://github.com/pypa/packaging) from 21.3 to 23.2. Release notes Sourced from packaging's releases. 23.2 What's Changed parse_marker should consume the entire source string by @mwerschy in pypa/packaging#687 Create a Security Policy...
Bumps [aiosignal](https://github.com/aio-libs/aiosignal) from 1.2.0 to 1.3.1. Release notes Sourced from aiosignal's releases. 1.3.1 Bugfixes Removed stray quote and comma from setup.cfg preventing PyPI from accepting a release. (#361) Changelog Sourced...
Bumps [click](https://github.com/pallets/click) from 8.1.3 to 8.1.7. Release notes Sourced from click's releases. 8.1.7 This is a fix release for the 8.1.x feature branch. Changes: https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-7 Milestone: https://github.com/pallets/click/milestone/22?closed=1 8.1.6 This is...
Bumps [nodeenv](https://github.com/ekalinin/nodeenv) from 1.7.0 to 1.8.0. Release notes Sourced from nodeenv's releases. 1.8.0: fix fish; add riscv64; multiple attempt to download node Changes: #312 #313 #317 #320 #327 #329 #330...
``` def login(self): subprocess.call(["C:\Riot Games\League of Legends\LeagueClient.exe"]) time.sleep(2.5) keyboard.type(self.username) keyboard.press(Key.tab) keyboard.release(Key.tab) time.sleep(0.25) keyboard.type(self.password) ``` This code hardcodes the League Client's location, as such, installation with non-default locations will fail to...