diff --git a/realms/config/__init__.py b/realms/config/__init__.py index f3bf4b0..7995a3e 100644 --- a/realms/config/__init__.py +++ b/realms/config/__init__.py @@ -125,13 +125,14 @@ FIREBASE_HOSTNAME = None # Page names that can't be modified WIKI_LOCKED_PAGES = [] -# Depreciated variable name -LOCKED = WIKI_LOCKED_PAGES[:] ROOT_ENDPOINT = 'wiki.page' globals().update(read()) +# Depreciated variable name +LOCKED = WIKI_LOCKED_PAGES[:] + if BASE_URL.endswith('/'): BASE_URL = BASE_URL[-1] diff --git a/realms/version.py b/realms/version.py index c943575..e95e634 100644 --- a/realms/version.py +++ b/realms/version.py @@ -1 +1 @@ -__version__ = '0.4.2' \ No newline at end of file +__version__ = '0.4.3' \ No newline at end of file