thinh-vu commited on
Commit
edd082b
1 Parent(s): 5fdfddc

Update init.py

Browse files
Files changed (1) hide show
  1. init.py +3 -2
init.py CHANGED
@@ -57,5 +57,6 @@ try:
57
  auth.logout('Đăng xuất')
58
 
59
 
60
- except:
61
- st.warning('Something went wrong! Please try again!')
 
 
57
  auth.logout('Đăng xuất')
58
 
59
 
60
+ except Exception as e:
61
+ st.warning('Something went wrong! Please try again!')
62
+ print(f'Error details: {e}')