fcitx5: Remove unused variable
This commit is contained in:
parent
0822545ba8
commit
8b8538338a
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ def get_latest_tag(repo, owner=OWNER):
|
||||||
return r.json()[0].get("name")
|
return r.json()[0].get("name")
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
sources = dict()
|
|
||||||
for repo in REPOS:
|
for repo in REPOS:
|
||||||
rev = get_latest_tag(repo)
|
rev = get_latest_tag(repo)
|
||||||
if repo == "fcitx5-qt":
|
if repo == "fcitx5-qt":
|
||||||
|
|
Loading…
Reference in a new issue