Spaces:
Running
Running
Update init.py
Browse files
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}')
|