From ae9b30d030d0a56a7b9736fa7fca9325bc5c4bec Mon Sep 17 00:00:00 2001 From: arabcoders Date: Sat, 26 Apr 2025 18:51:33 +0300 Subject: [PATCH] removed imageipsum as background source. --- app/library/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/library/config.py b/app/library/config.py index 169c5e8a..62a58770 100644 --- a/app/library/config.py +++ b/app/library/config.py @@ -158,7 +158,6 @@ class Config: "https://unsplash.it/1920/1080?random", "https://picsum.photos/1920/1080", "https://spaceholder.cc/i/1920x1080", - "https://imageipsum.com/1920x1080", "https://placedog.net/1920/1080", ] "The list of picture backends to use for the background."