From 9f73299b34d3f771e2b64ea255748a130278924e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=82=AD?= Date: Sun, 3 Jan 2021 00:13:47 +0500 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d068a00..1e6fd55 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ async def main(): user = input("Enter a Username or UserID to check Spam Prediction on SPB: ") status = await client.check_blacklist(user) if status.success: - print((await text_parser(status.private_telegram_id))) + print(status.private_telegram_id) else: print("Polish Cow did not Approve this!")