ifw-arz commited on
Commit
748e1a1
1 Parent(s): 2011e2d

errorwrite

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -144,11 +144,8 @@ def main():
144
  st.pyplot(fig_feed)
145
  st.pyplot(fig_depth)
146
  st.pyplot(fig_condition)
147
- except:
148
- #print error:
149
- with Exception as e:
150
- st.write(e)
151
-
152
 
153
 
154
  if __name__ == "__main__":
 
144
  st.pyplot(fig_feed)
145
  st.pyplot(fig_depth)
146
  st.pyplot(fig_condition)
147
+ except Exception as e:
148
+ st.write("e")
 
 
 
149
 
150
 
151
  if __name__ == "__main__":