From 61ca9f102354cf1da9b7e51a10d7521d3fda75e5 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Mon, 6 May 2024 21:44:30 +0500 Subject: [PATCH] Remove debug print --- .gitignore | 7 +++++++ lon_deployer/Files.py | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e2d35c --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +dist/ +build/ +.idea/ +files/ + +*.zip +*.spec \ No newline at end of file diff --git a/lon_deployer/Files.py b/lon_deployer/Files.py index 19d6dcf..1ce8d31 100644 --- a/lon_deployer/Files.py +++ b/lon_deployer/Files.py @@ -26,7 +26,6 @@ class File: def md5sum(self) -> str | None: try: - print(urllib.parse.urlparse(self.url).path) return json.loads(requests.get(f"https://timoxa0.su/?info={urllib.parse.urlparse(self.url).path}") .content.decode())["hashes"]["md5"] except requests.ConnectionError: