From 319c2eebbd82506544bc295c5a01f722dc225a64 Mon Sep 17 00:00:00 2001 From: raiot Date: Sun, 30 Jun 2024 15:37:40 +0800 Subject: [PATCH] chore --- agent.py | 1 - 1 file changed, 1 deletion(-) diff --git a/agent.py b/agent.py index 436a86b..8c8a4dd 100644 --- a/agent.py +++ b/agent.py @@ -143,7 +143,6 @@ class UAV: time.sleep(1 / 30) - if __name__ == '__main__': uav = UAV() uav.run() \ No newline at end of file