Skip to content

Commit

Permalink
Tweak startup dependency error message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vgr255 committed Aug 24, 2016
1 parent f19f2af commit 7fd6654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wolfbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"{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)

Expand Down

0 comments on commit 7fd6654

Please sign in to comment.