Tweak startup dependency error message formatting

This commit is contained in:
Vgr E. Barry 2016-08-24 16:49:53 -04:00
parent f19f2af5f6
commit 7fd6654480

View File

@ -38,8 +38,8 @@ except ImportError:
"{0} -m pip install -r requirements.txt".format(command), "",
"If you don't have pip and don't know how to install it, follow this link:",
"https://pip.pypa.io/en/stable/installing/", "",
"If you need any further help with setting up and/or running the bot, we",
" will be happy to help you in ##werewolf-dev on irc.freenode.net",
"If you need any further help with setting up and/or running the bot,",
" we will be happy to help you in ##werewolf-dev on irc.freenode.net",
"", "- The lykos developers", sep="\n")
sys.exit(1)