Man, this patch just keeps dragin. make urlparse.py not need a / after aurl
This commit is contained in:
parent
53da740725
commit
5234eac522
3 changed files with 4 additions and 4 deletions
2
bot.py
2
bot.py
|
@ -13,7 +13,7 @@ os.chdir(sys.path[0] or '.') # do stuff relative to the install directory
|
|||
class Bot(object):
|
||||
pass
|
||||
|
||||
print 'Welcome to Cloudbot - Version 1.1b - http://git.io/cloudbot'
|
||||
print 'Welcome to Cloudbot - Version 1.1c - http://git.io/cloudbot'
|
||||
|
||||
bot = Bot()
|
||||
|
||||
|
|
Reference in a new issue