ulwgl_dl_util: close the connection after req

- The connection should be closed manually after making a request.
This commit is contained in:
R1kaB3rN 2024-02-17 20:21:18 -08:00
parent b034600a9d
commit 8af0f0590e
No known key found for this signature in database

View File

@ -100,6 +100,7 @@ def _fetch_releases() -> List[Tuple[str, str]]:
if len(files) == 2:
break
break
conn.close()
return files