From 62f6b9434188b580cbeac36e9ca35a33f8c212c9 Mon Sep 17 00:00:00 2001 From: Surferlul Date: Sat, 5 Dec 2020 13:56:28 +0100 Subject: [PATCH] Update backend.py --- backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.py b/backend.py index 8a1e221..2267a86 100644 --- a/backend.py +++ b/backend.py @@ -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__) \ No newline at end of file