Update backend.py

This commit is contained in:
Surferlul 2020-12-05 13:56:28 +01:00
parent 551e96726e
commit 62f6b94341

View File

@ -106,4 +106,4 @@ try:
except NoImage:
print("Error: Url doesn't point to an Image")
except Exception as E:
print("Error: " + type(E).__name__)
print("Error: " + type(E).__name__)