mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
[3] fix -git
calls
This commit is contained in:
parent
a4d0f150d8
commit
9ac1145a5a
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.0-develop2
|
||||
2.0.0-develop3
|
||||
|
|
|
@ -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}-Configs/git/refs/tags")]
|
||||
self._config_tags = [r["ref"][11:] for r in self._requests(f"{kometa_base}/Community-Configs/git/refs/tags")]
|
||||
except TypeError:
|
||||
pass
|
||||
return self._config_tags
|
||||
|
|
Loading…
Reference in a new issue