mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
Removed unused
This commit is contained in:
parent
056bc4f993
commit
b662d65950
1 changed files with 0 additions and 3 deletions
|
@ -75,9 +75,6 @@ class CheckUpdates(Configs):
|
|||
def compare_dates(self, local_chg_txt: Path, repo_chg_txt: str) -> bool:
|
||||
local_size: int = 0
|
||||
|
||||
if repo_chg_txt.startswith('file'):
|
||||
return False
|
||||
|
||||
try:
|
||||
http = PoolManager()
|
||||
proxy_default_headers = make_headers(proxy_basic_auth=f'{self.proxy_username}:{self.proxy_password}')
|
||||
|
|
Loading…
Reference in a new issue