mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
[4] actually fix - git
This commit is contained in:
parent
9ac1145a5a
commit
599b54d1d2
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.0.0-develop3
|
2.0.0-develop4
|
||||||
|
|
|
@ -68,7 +68,7 @@ class GitHub:
|
||||||
def config_tags(self):
|
def config_tags(self):
|
||||||
if not self._config_tags:
|
if not self._config_tags:
|
||||||
try:
|
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:
|
except TypeError:
|
||||||
pass
|
pass
|
||||||
return self._config_tags
|
return self._config_tags
|
||||||
|
|
Loading…
Reference in a new issue