vale46n1 / immich_duplicate_finder

A Comprehensive Solution for Identifying and Managing Duplicate Photos in Immich

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GET not using timeout settings

SanoKriss opened this issue · comments

in immichApi.py on line 25 is:
response = requests.get(asset_info_url, headers={'Accept': 'application/json', 'x-api-key': api_key}, verify=False, timeout=10)
last parameter not using Request timeout (ms) from Login settings

You're right. Revised code commited