From aa3c948d0f6d4af3d28dfeb37c23a5cce0138235 Mon Sep 17 00:00:00 2001 From: JesterHey <144512889+JesterHey@users.noreply.github.com> Date: Tue, 12 Dec 2023 23:25:48 +0800 Subject: [PATCH] Update get_params.py --- get_params.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/get_params.py b/get_params.py index 3102ddd..111f1f2 100644 --- a/get_params.py +++ b/get_params.py @@ -358,8 +358,6 @@ def get_parameters_of_programming(url:str,user_name:str,password:str): print('不是编程作业') if __name__ == '__main__': - url = 'https://www.educoder.net/myproblems/9kwnlzvcegsa?type=1' - user_name = 'hnu202311020126' - password = 'hzy123456' + url,user_name,password='','','' get_parameters_of_programming(url=url,user_name=user_name,password=password) - print('结束测试') \ No newline at end of file + print('结束测试')