mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated coding style
This commit is contained in:
parent
9696988952
commit
ef9cf6efa7
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ class CheckUpdates(Configs):
|
|||
|
||||
def compare_dates(self) -> bool:
|
||||
local_date: int = 0
|
||||
|
||||
try:
|
||||
http = PoolManager()
|
||||
proxy_default_headers = make_headers(proxy_basic_auth=f'{self.proxy_username}:{self.proxy_password}')
|
||||
|
|
Loading…
Reference in a new issue