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: