Skip to content

Commit

Permalink
Remove test error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara authored Jun 15, 2021
1 parent b01cb5b commit 632b3b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zanzocam/web_ui/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ def clean_data():
os.remove(PREVIEW_PICTURE)
for overlay in os.listdir(IMAGE_OVERLAYS_PATH):
os.remove(IMAGE_OVERLAYS_PATH / overlay)
1/0
except Exception as e:
flash(str(e))
return 500
Expand Down

0 comments on commit 632b3b0

Please sign in to comment.