mirror of
https://github.com/blyssprivacy/sdk.git
synced 2026-04-26 03:00:13 -04:00
Fix python bucket service url (#8)
This commit is contained in:
@@ -2,7 +2,7 @@ from typing import Any, Optional, Union
|
||||
from . import bucket, api, seed
|
||||
import json
|
||||
|
||||
BLYSS_BUCKET_URL = "https://bucket.blyss.dev"
|
||||
BLYSS_BUCKET_URL = "https://beta.api.blyss.dev"
|
||||
DEFAULT_BUCKET_PARAMETERS = {"maxItemSize": 1000}
|
||||
|
||||
ApiConfig = dict[str, str]
|
||||
|
||||
Reference in New Issue
Block a user