This commit is contained in:
ポキ 2021-01-03 00:13:47 +05:00
parent d7289a2189
commit 9f73299b34
1 changed files with 1 additions and 1 deletions

View File

@ -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!")