mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-17 00:15:13 +00:00
fix: set repo when update
This commit is contained in:
parent
36c5f60eb3
commit
5e9615542c
@ -196,6 +196,7 @@ class Updater(DeployConfig, GitManager, PipManager):
|
|||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
logger.hr("Run update")
|
logger.hr("Run update")
|
||||||
|
self.set_repo()
|
||||||
try:
|
try:
|
||||||
self.git_install()
|
self.git_install()
|
||||||
self.pip_install()
|
self.pip_install()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user