mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +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:
|
def compare_dates(self, local_chg_txt: Path, repo_chg_txt: str) -> bool:
|
||||||
local_size: int = 0
|
local_size: int = 0
|
||||||
|
|
||||||
if repo_chg_txt.startswith('file'):
|
|
||||||
return False
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
http = PoolManager()
|
http = PoolManager()
|
||||||
proxy_default_headers = make_headers(proxy_basic_auth=f'{self.proxy_username}:{self.proxy_password}')
|
proxy_default_headers = make_headers(proxy_basic_auth=f'{self.proxy_username}:{self.proxy_password}')
|
||||||
|
|
Loading…
Add table
Reference in a new issue