1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 15:35:12 +00:00

fix: set repo when update

This commit is contained in:
YoursFunny 2023-11-22 20:47:18 +08:00
parent 36c5f60eb3
commit 5e9615542c
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

View File

@ -196,6 +196,7 @@ class Updater(DeployConfig, GitManager, PipManager):
def update(self):
logger.hr("Run update")
self.set_repo()
try:
self.git_install()
self.pip_install()