From 543871b89a91baa867fd1fdfdfc435c756944d80 Mon Sep 17 00:00:00 2001 From: zYxDevs Date: Mon, 23 Oct 2023 02:58:54 +0000 Subject: [PATCH] Automated code formatting Signed-off-by: zYxDevs --- wibuapi/wibuapi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wibuapi/wibuapi.py b/wibuapi/wibuapi.py index 6b73802..789f9cf 100644 --- a/wibuapi/wibuapi.py +++ b/wibuapi/wibuapi.py @@ -3,11 +3,12 @@ from requests import get + class WibuAPI: def __init__(self, apikey=None): self.base_url = "https://wibu-api.eu.org" self.deprecated_url = "https://api.wibu-api.eu.org" - self.headers = {"x-wibu-key": apikey} + self.headers = {"x-wibu-key": apikey} # Anime, Donghua, Hentai def lendrive(self, link: str):