mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 17:22:47 +00:00
Update app.py
This commit is contained in:
parent
c8bab11450
commit
910525358f
2
app.py
2
app.py
@ -116,7 +116,7 @@ try:
|
||||
# Check if the local branch is behind the remote branch
|
||||
is_behind = repo.is_ancestor(local_commit, remote_commit) and local_commit!= remote_commit
|
||||
|
||||
ASCIIColors.yellow(f"update availability: {not is_behind}")
|
||||
ASCIIColors.yellow(f"update availability: {is_behind}")
|
||||
|
||||
# Return True if the local branch is behind the remote branch
|
||||
return is_behind
|
||||
|
Loading…
x
Reference in New Issue
Block a user