Skip to content

Commit

Permalink
ulwgl_dl_util: close the connection after req
Browse files Browse the repository at this point in the history
- The connection should be closed manually after making a request.
  • Loading branch information
R1kaB3rN committed Feb 18, 2024
1 parent b034600 commit 8af0f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ulwgl_dl_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def _fetch_releases() -> List[Tuple[str, str]]:
if len(files) == 2:
break
break
conn.close()

return files

Expand Down

0 comments on commit 8af0f05

Please sign in to comment.