We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cadc785 + c1600f3 commit 8ee3778Copy full SHA for 8ee3778
app/main.py
@@ -93,7 +93,6 @@ def get_email_accounts():
93
traceback.print_exc()
94
return jsonify({
95
'error': 'Failed to fetch email accounts',
96
- 'details': str(e),
97
'accounts': []
98
}), 500
99
0 commit comments