From e02d0e05136044ad5cc46741f3f8f54494be4662 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Mon, 6 Jun 2022 16:51:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=90=E6=9E=84=E6=96=B9=E6=B3=95=EF=BC=8C?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=9C=89=E5=8F=82=E6=95=B0=E7=9A=84=E6=83=85?= =?UTF-8?q?=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 344b17b..d684d99 100644 --- a/main.py +++ b/main.py @@ -12,7 +12,7 @@ if __name__ == '__main__': output_manager = OutputManager() - def terminate(): + def terminate(*_): print("terminate") browser_manager.terminate() output_manager.terminate()