Merge branch 'develop' of github.com:lukeroge/CloudBot into develop

This commit is contained in:
Luke Rogers 2012-03-01 16:50:43 +13:00
commit c3143628c6

View file

@ -7,7 +7,6 @@ import re
import json
if os.path.isfile("./config"):
command = command
try:
config = json.load(open('config'))
except ValueError, e: