Improved updater

This commit is contained in:
ctih1 2025-07-26 22:31:50 +03:00
parent 2c3946b67d
commit 991264620a
2 changed files with 2 additions and 4 deletions

View file

@ -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()