From cc76d5cc1274371e066c5323ee89a5ee98b58eca Mon Sep 17 00:00:00 2001 From: loncat Date: Sat, 30 May 2020 15:45:38 +0800 Subject: [PATCH] Pass the test :/ --- test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test.py b/test.py index 35511d5..93c120b 100644 --- a/test.py +++ b/test.py @@ -22,7 +22,6 @@ async def amain(): return await asyncio.sleep(5) await whatsapp.logout() - breakpoint() if __name__ == "__main__":