mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-01 08:48:19 +00:00
Update app.py
This commit is contained in:
parent
43f9488beb
commit
479329fd1e
@ -47,7 +47,7 @@ class LollmsApplication:
|
|||||||
ASCIIColors.info("Lollms_core found in the app space.\nPulling last lollms_core")
|
ASCIIColors.info("Lollms_core found in the app space.\nPulling last lollms_core")
|
||||||
subprocess.run(["git", "-C", self.lollms_paths.lollms_core_path, "pull"])
|
subprocess.run(["git", "-C", self.lollms_paths.lollms_core_path, "pull"])
|
||||||
if self.lollms_paths.safe_store_path.exists():
|
if self.lollms_paths.safe_store_path.exists():
|
||||||
ASCIIColors.info("Lollms_core found in the app space.\nPulling last lollms_core")
|
ASCIIColors.info("safe_store_path found in the app space.\nPulling last safe_store_path")
|
||||||
subprocess.run(["git", "-C", self.lollms_paths.safe_store_path, "pull"])
|
subprocess.run(["git", "-C", self.lollms_paths.safe_store_path, "pull"])
|
||||||
# Pull the repository if it already exists
|
# Pull the repository if it already exists
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user