Skip to content

Commit

Permalink
Update zyxdevs: custom base_url
Browse files Browse the repository at this point in the history
  • Loading branch information
zYxDevs authored Sep 19, 2024
1 parent 4374533 commit c140439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wibuapi/zyxdevs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@


class Etc:
def __init__(self):
self.base_url = "https://wibu-api.eu.org/api"
def __init__(self, base_url: str):
self.base_url = base_url
self.deprecated_url = "https://api.wibu-api.eu.org/api"

def stats(self):
Expand Down

0 comments on commit c140439

Please sign in to comment.