mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00
ulwgl_dl_util: close the connection after req
- The connection should be closed manually after making a request.
This commit is contained in:
parent
b034600a9d
commit
8af0f0590e
@ -100,6 +100,7 @@ def _fetch_releases() -> List[Tuple[str, str]]:
|
||||
if len(files) == 2:
|
||||
break
|
||||
break
|
||||
conn.close()
|
||||
|
||||
return files
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user