|
@@ -163,6 +163,10 @@ try:
|
|
|
'Having problems with your webserver ?')
|
|
|
print u' three strikes, you\'re out'
|
|
|
print traceback.format_exc()
|
|
|
+ except:
|
|
|
+ print u'Unknown error, see call stack below.'
|
|
|
+ traceback.print_exc()
|
|
|
+ db.session.rollback()
|
|
|
|
|
|
except ScriptTimeout:
|
|
|
pass
|