[4] actually fix `- git`

pull/2014/head
meisnate12 3 weeks ago
parent 9ac1145a5a
commit 599b54d1d2

@ -1 +1 @@
2.0.0-develop3
2.0.0-develop4

@ -68,7 +68,7 @@ class GitHub:
def config_tags(self):
if not self._config_tags:
try:
self._config_tags = [r["ref"][11:] for r in self._requests(f"{kometa_base}/Community-Configs/git/refs/tags")]
self._config_tags = [r["ref"][11:] for r in self._requests(f"{base_url}/repos/Kometa-Team/Community-Configs/git/refs/tags")]
except TypeError:
pass
return self._config_tags

Loading…
Cancel
Save