git.zxq.co -> zxq.co

This commit is contained in:
Giuseppe Guerra 2018-03-23 20:59:44 +01:00
parent c1f8ca8ed3
commit dcad5c5736
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ def printServerStartHeader(asciiArt=True):
printColored("> Welcome to pep.py osu!bancho server v{}".format(glob.VERSION), bcolors.GREEN)
printColored("> Made by the Ripple team", bcolors.GREEN)
printColored("> {}https://git.zxq.co/ripple/pep.py".format(bcolors.UNDERLINE), bcolors.GREEN)
printColored("> {}https://zxq.co/ripple/pep.py".format(bcolors.UNDERLINE), bcolors.GREEN)
printColored("> Press CTRL+C to exit\n", bcolors.GREEN)
def printNoNl(string):