From 0d5dfb0eb45a3cc1e1bf29889bcc9e72e237203c Mon Sep 17 00:00:00 2001 From: Thephaseless Date: Fri, 13 Sep 2024 19:13:37 +0000 Subject: [PATCH] quick check --- tests/main_test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/main_test.py b/tests/main_test.py index 20e6160..a6c2c3f 100644 --- a/tests/main_test.py +++ b/tests/main_test.py @@ -9,10 +9,10 @@ from src.models.requests import LinkRequest client = TestClient(app) test_websites = [ - "https://ext.to/", - "https://btmet.com/", + # "https://ext.to/", + # "https://btmet.com/", "https://extratorrent.st/", - "https://idope.se/", + # "https://idope.se/", ]