Merge remote-tracking branch 'origin/master' into citadel

Conflicts:
	config.py
This commit is contained in:
blitzmann
2016-07-16 21:45:28 -04:00
18 changed files with 54 additions and 13 deletions

View File

@@ -762,7 +762,7 @@ class Market():
def cb():
try:
callback(requests)
except:
except Exception, e:
pass
eos.db.commit()