Tweaked a string
This commit is contained in:
parent
4777cfbcda
commit
a5aa62358c
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -60,7 +60,7 @@ bot.persist_dir = os.path.abspath('persist')
|
||||||
if not os.path.exists(bot.persist_dir):
|
if not os.path.exists(bot.persist_dir):
|
||||||
os.mkdir(bot.persist_dir)
|
os.mkdir(bot.persist_dir)
|
||||||
|
|
||||||
print 'Connection(s) made, bot online...'
|
print 'Connection(s) made.'
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
reload() # these functions only do things
|
reload() # these functions only do things
|
||||||
|
|
Reference in a new issue