diff --git a/ubot.py b/ubot.py index 36a1bbf..5c9e423 100755 --- a/ubot.py +++ b/ubot.py @@ -120,7 +120,7 @@ async def edit(event): rpl = f'**System usage stats:**\n' rpl += f'**Memory:** {mem}M\n' rpl += f'**Disk:** {disk}\n' - rpl += f'**Kernel:** {kernel}\n' + rpl += f'**Kernel:** {kernel}' rpl += f'**Telethon:** {version.__version__}\n' rpl += f'**Python:** {python_version()}\n' await event.edit(rpl)