diff options
author | Hygna <hygna@proton.me> | 2022-10-04 19:00:06 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-04 19:00:06 +0100 |
commit | aa408a4c9b3fd61d355328490e20048f77d0c647 (patch) | |
tree | 841ec358fbab402b625b860d83432b10e2a1d32a /src/_locales | |
parent | updated instances (diff) | |
parent | Display if server is not found, made images in settings clickable (diff) | |
download | libredirect-aa408a4c9b3fd61d355328490e20048f77d0c647.zip |
Merge branch 'optimizations'
Diffstat (limited to 'src/_locales')
-rw-r--r-- | src/_locales/filter.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/_locales/filter.py b/src/_locales/filter.py index 581bb36c..0d5fb44d 100644 --- a/src/_locales/filter.py +++ b/src/_locales/filter.py @@ -1,12 +1,4 @@ -import requests import json -from urllib.parse import urlparse -from bs4 import BeautifulSoup -import re -from colorama import Fore, Back, Style -from urllib.parse import urlparse -import socket -import subprocess ar_json = {} |