mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add comment
This commit is contained in:
parent
5e778e9fd7
commit
54bac87b8a
@ -18,6 +18,8 @@ logger = logging.getLogger(__name__)
|
|||||||
class BigBucket:
|
class BigBucket:
|
||||||
def __init__(self, helper):
|
def __init__(self, helper):
|
||||||
self.helper = helper
|
self.helper = helper
|
||||||
|
# remove any trailing slash from config.json
|
||||||
|
# url since we add it on all the calls
|
||||||
self.base_url = str(
|
self.base_url = str(
|
||||||
self.helper.get_setting("big_bucket_repo", "https://jars.arcadiatech.org")
|
self.helper.get_setting("big_bucket_repo", "https://jars.arcadiatech.org")
|
||||||
).rstrip("/")
|
).rstrip("/")
|
||||||
|
Loading…
Reference in New Issue
Block a user