From 9941acb883d45570393cdea86c70158fb1619a7f Mon Sep 17 00:00:00 2001 From: MinorX <90025330+MinorX@users.noreply.github.com> Date: Sun, 25 Aug 2024 02:09:52 +0530 Subject: [PATCH] Do we need two of these? :) Signed-off-by: MinorX <90025330+MinorX@users.noreply.github.com> --- bot/helper/mirror_utils/upload_utils/ddlserver/gofile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bot/helper/mirror_utils/upload_utils/ddlserver/gofile.py b/bot/helper/mirror_utils/upload_utils/ddlserver/gofile.py index 2f9339e2c2..d9ad3d16b0 100644 --- a/bot/helper/mirror_utils/upload_utils/ddlserver/gofile.py +++ b/bot/helper/mirror_utils/upload_utils/ddlserver/gofile.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -#!/usr/bin/env python3 from os import path as ospath from os import walk from random import choice @@ -221,4 +220,4 @@ async def delete_content(self, contentId): data={"token": self.token}, ) as resp: return await self.__resp_handler(await resp.json()) - \ No newline at end of file +