VishnuEcoClim commited on
Commit
1a2b0c1
·
1 Parent(s): 2c1be08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,5 +65,5 @@ try:
65
  return (" therefore your item is recyclable. Please refer to https://www.wm.com/us/en/drop-off-locations to find a drop-off location near you.")
66
  elif img == 'plastic':
67
  return ("therefore your item may have a chance of being recyclable.")
68
- except:
69
  print(f"An error occurred: {e}")
 
65
  return (" therefore your item is recyclable. Please refer to https://www.wm.com/us/en/drop-off-locations to find a drop-off location near you.")
66
  elif img == 'plastic':
67
  return ("therefore your item may have a chance of being recyclable.")
68
+ except Exception as e:
69
  print(f"An error occurred: {e}")