mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2025-02-07 11:19:47 +00:00
Fix: is_uptodate() returns None
This commit is contained in:
parent
b734e1c407
commit
5094128632
@ -231,6 +231,7 @@ class GitOverCdnClient:
|
|||||||
if self.current_commit == self.latest_commit:
|
if self.current_commit == self.latest_commit:
|
||||||
self.logger.info('Already up to date')
|
self.logger.info('Already up to date')
|
||||||
return True
|
return True
|
||||||
|
return False
|
||||||
|
|
||||||
def update(self, keep_changes=False):
|
def update(self, keep_changes=False):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user