Skip to content

Commit

Permalink
Automated code formatting
Browse files Browse the repository at this point in the history
Signed-off-by: zYxDevs <[email protected]>
  • Loading branch information
zYxDevs authored and zYxDevs committed Oct 23, 2023
1 parent 60955b2 commit 543871b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wibuapi/wibuapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 543871b

Please sign in to comment.