From a42554df4a6ac59819b3ade62ec95f849a7d3ce4 Mon Sep 17 00:00:00 2001 From: 206530115 <738751407@qq.com> Date: Thu, 24 Jun 2021 20:52:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 飞机大战.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/飞机大战.py b/飞机大战.py index a583ff8..e73a851 100644 --- a/飞机大战.py +++ b/飞机大战.py @@ -448,7 +448,4 @@ class Manager(object): # 取一个合适的值 循环时停一下 单位是秒 减少cpu的消耗 time.sleep(0.03) - -if __name__ == '__main__': - manager = Manager() - manager.main() +