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.
1 parent cc9a389 commit aa36fafCopy full SHA for aa36faf
src/bitmessagekivy/baseclass/maildetail.py
@@ -109,7 +109,7 @@ def init_ui(self, dt=0):
109
self.assign_mail_details(data)
110
App.get_running_app().set_mail_detail_header()
111
except Exception:
112
- print('Something went wrong!')
+ print("Error during MailDetail initalization")
113
114
def assign_mail_details(self, data):
115
"""Assign mail details from query result."""
0 commit comments