From 49c01eb78a3a5a79e9b7aad49710f8ca87f7ef89 Mon Sep 17 00:00:00 2001 From: Masterain Date: Mon, 15 Apr 2024 17:12:49 -0700 Subject: [PATCH] fix module name conflict --- utils.py => http_utils.py | 0 utils/pure_ftpd.py | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename utils.py => http_utils.py (100%) diff --git a/utils.py b/http_utils.py similarity index 100% rename from utils.py rename to http_utils.py diff --git a/utils/pure_ftpd.py b/utils/pure_ftpd.py index 0a67483..50bf815 100644 --- a/utils/pure_ftpd.py +++ b/utils/pure_ftpd.py @@ -1,6 +1,5 @@ -import httpx from bs4 import BeautifulSoup -from utils import httpx_get_request +from http_utils import httpx_get_request def make_cache() -> list: