Skip to content

Commit

Permalink
Add set_alt_baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedmcse committed Jan 31, 2025
1 parent e036fa7 commit d9d3bce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "waifuvault"
version = "1.5.2"
version = "1.5.3"
authors = [
{ name="Walker Aldridge", email="[email protected]" },
]
Expand Down
5 changes: 5 additions & 0 deletions src/waifuvault/waifuvault.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ def get_file_stats():
return FilesInfo(dict_obj=json.loads(response.text))


# Set Alt BaseURL
def set_alt_baseurl(url: str):
__base_url__ = url


# Buckets Section
# Create Bucket
def create_bucket():
Expand Down

0 comments on commit d9d3bce

Please sign in to comment.