Missing whitespace

This commit is contained in:
Davte 2020-04-27 18:00:53 +02:00
parent 3e00381e0a
commit b107cc105d
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ __author__ = "Davide Testa"
__email__ = "davide@davte.it"
__credits__ = ["Marco Origlia", "Nick Lee @Nickoala"]
__license__ = "GNU General Public License v3.0"
__version__ = "2.5.2"
__version__ = "2.5.3"
__maintainer__ = "Davide Testa"
__contact__ = "t.me/davte"

View File

@ -802,7 +802,7 @@ async def _version_command(bot: davtelepot_bot, update, user_record):
'admin', 'version_command', 'header',
last_commit=last_commit,
update=update, user_record=user_record
)
) + '\n\n'
text += '\n'.join(
f"<b>{package.__name__}</b>: "
f"<code>{package.__version__}</code>"