Skip to content

Commit

Permalink
небольшое изменение форматирования
Browse files Browse the repository at this point in the history
  • Loading branch information
janvarev committed May 10, 2023
1 parent 27834ed commit 0f354ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runva_plugin_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def remove_temp_plugin_git_folder():
print("0) Самостоятельно задать адрес Github-проекта с плагином")
for i in range(len(approved_plugins_list)):
cur_pl = approved_plugins_list[i]
print("{0}) {1}, URL: {2}".format(i+1,cur_pl["name"],cur_pl["url"]))
print("{0}) {1} | {2}".format(i+1,cur_pl["name"],cur_pl["url"]))
print(" ",cur_pl["description"])

print()
Expand Down

0 comments on commit 0f354ba

Please sign in to comment.