summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ATRI/config.py3
-rw-r--r--config.yml2
2 files changed, 2 insertions, 3 deletions
diff --git a/ATRI/config.py b/ATRI/config.py
index 96f2bd2..45c9cd0 100644
--- a/ATRI/config.py
+++ b/ATRI/config.py
@@ -36,8 +36,7 @@ class InlineGoCQHTTP:
enabled: bool = bool(config.get("enabled", True))
accounts: list = config.get("accounts", [])
download_domain: str = config.get("download_domain", "download.fastgit.org")
- download_version: str = str(config.get("download_version", "latest"))
-
+ download_version: str = str(config.get("download_version", "v1.0.0-beta8-fix2"))
class SauceNAO:
config: dict = config["SauceNAO"]
diff --git a/config.yml b/config.yml
index 6906407..17760a3 100644
--- a/config.yml
+++ b/config.yml
@@ -17,7 +17,7 @@ InlineGoCQHTTP:
protocol: 3
download_domain: "github.com"
- download_version: "latest"
+ download_version: "v1.0.0-beta8-fix2"
SauceNAO:
key: ""