From e6736ae561fef3b0705848ec1c5a7e50ea86023c Mon Sep 17 00:00:00 2001 From: Pranav Ajay <86167689+MoeZilla@users.noreply.github.com> Date: Mon, 6 Jun 2022 07:37:24 +0530 Subject: [PATCH] Update __init__.py --- metaapi/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/metaapi/__init__.py b/metaapi/__init__.py index db27c2f..eec4e30 100644 --- a/metaapi/__init__.py +++ b/metaapi/__init__.py @@ -133,8 +133,6 @@ def waifu(self): except Exception as e: return "An error occured report on @metavoidsupport\n\n{}".format(e) - - def torrent_1337x(self, text, page): try: url = f"{self.url}/torrent/1337x?search={text}&page={page}"