mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
fixes in setup
This commit is contained in:
@@ -50,8 +50,8 @@ def init():
|
||||
return True
|
||||
except webnotes.AuthenticationError, e:
|
||||
return True
|
||||
except webnotes.UnknownDomainError, e:
|
||||
print "Location: " + (conf.redirect_404)
|
||||
#except webnotes.UnknownDomainError, e:
|
||||
# print "Location: " + (conf.redirect_404)
|
||||
except webnotes.SessionStopped, e:
|
||||
if 'cmd' in webnotes.form_dict:
|
||||
webnotes.handler.print_json()
|
||||
|
||||
Reference in New Issue
Block a user