Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2438d7e

Browse files
committedMar 29, 2024
Merge branch 'qimai_data' of https://github.com/Stephen0124/Python into qimai_data
2 parents 4909f0c + 0a1a3ba commit 2438d7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎web_programming/qimai_data.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ def login(page: ChromiumPage, username: str, password: str) -> bool:
2828
return True
2929

3030

31-
def get_app_info(page: ChromiumPage,
32-
username: str, password: str, typename: str) -> dict:
31+
def get_app_info(
32+
page: ChromiumPage, username: str, password: str, typename: str
33+
) -> dict:
3334
# Clear the cache to avoid the login failure
3435
page.clear_cache(cookies=True)
3536
if login(page, username, password):

0 commit comments

Comments
 (0)
Please sign in to comment.