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

Bugfix: auto-login #84

Merged
merged 1 commit into from
Jun 18, 2022
Merged

Conversation

dh377
Copy link
Contributor

@dh377 dh377 commented Jun 16, 2022

  1. simulation server checkbox cannot be set with pywinauto's mouse click emulation.
  2. In case of trying to set account passwords partially, KOAPY try to set password with global password (0000) for the others anyway, auto-login failed to set because of errors (account password does not match).

1. simulation server checkbox cannot be set with pywinauto's mouse click emulation.
2. In case of trying to set account passwords partially, KOAPY try to set password with global password (0000) anyway, auto-login failed to set because of errors (account password does not match).
@codecov
Copy link

codecov bot commented Jun 16, 2022

Codecov Report

Merging #84 (8bcaa8e) into master (0cdbfac) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff            @@
##           master     #84      +/-   ##
=========================================
- Coverage    6.27%   6.27%   -0.01%     
=========================================
  Files         204     204              
  Lines       12843   12850       +7     
=========================================
  Hits          806     806              
- Misses      12037   12044       +7     
Flag Coverage Δ
windows-latest-py3.8 6.27% <0.00%> (-0.01%) ⬇️
windows-latest-py3.9 6.25% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...n_api_plus/core/KiwoomOpenApiPlusQAxWidgetMixin.py 0.00% <0.00%> (ø)
koapy/cli/utils/credentials.py 12.50% <0.00%> (-0.66%) ⬇️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@elbakramer elbakramer merged commit e4ab745 into elbakramer:master Jun 18, 2022
@dh377 dh377 deleted the bugfix/auto-login branch June 25, 2022 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants