Fixed .conf.conf part at end.

This commit is contained in:
Jeremy Fincher 2003-03-27 20:23:11 +00:00
parent ebd8cfd210
commit b615955fbd

View File

@ -141,7 +141,7 @@ if __name__ == '__main__':
### ###
print print
print 'You\'re done! Now run the bot with the command line:' print 'You\'re done! Now run the bot with the command line:'
print 'src/bot.py conf/%s.conf' % name print 'src/bot.py conf/%s' % name
print print
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: