Update backend.py
This commit is contained in:
parent
551e96726e
commit
62f6b94341
@ -106,4 +106,4 @@ try:
|
|||||||
except NoImage:
|
except NoImage:
|
||||||
print("Error: Url doesn't point to an Image")
|
print("Error: Url doesn't point to an Image")
|
||||||
except Exception as E:
|
except Exception as E:
|
||||||
print("Error: " + type(E).__name__)
|
print("Error: " + type(E).__name__)
|
Loading…
Reference in New Issue
Block a user