Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ def save_uploaded_photo(uploaded_photo, file_name):
|
|
171 |
image = blur_image(image, blur_enabled, 0.75)
|
172 |
image.save(os.path.join(photos_folder, file_name), "PNG")
|
173 |
except FileNotFoundError:
|
174 |
-
|
175 |
|
176 |
|
177 |
# γ’γγγγΌγγγγεηγ葨瀺γγι’ζ°
|
|
|
171 |
image = blur_image(image, blur_enabled, 0.75)
|
172 |
image.save(os.path.join(photos_folder, file_name), "PNG")
|
173 |
except FileNotFoundError:
|
174 |
+
do_nothing()
|
175 |
|
176 |
|
177 |
# γ’γγγγΌγγγγεηγ葨瀺γγι’ζ°
|