Updated coding style

This commit is contained in:
Dimitris Zlatanidis 2023-04-18 17:25:13 +03:00
parent 9696988952
commit ef9cf6efa7

View file

@ -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}')