Improved updater
This commit is contained in:
parent
2c3946b67d
commit
991264620a
2 changed files with 2 additions and 4 deletions
|
@ -14,5 +14,3 @@ def force_update() -> None:
|
|||
pull = subprocess.run(["git", "pull", "origin", "main"], check=True, capture_output=True)
|
||||
logger.info(pull)
|
||||
|
||||
|
||||
force_update()
|
Loading…
Add table
Add a link
Reference in a new issue