Skip to content

Commit

Permalink
Merge pull request #102 from anonymous5555522222/patch-1
Browse files Browse the repository at this point in the history
Fix typo in utils.py
  • Loading branch information
mansuf authored May 12, 2024
2 parents 0d0e724 + 7d4bf03 commit 5af3e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mangadex_downloader/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def register_keyboardinterrupt_handler():

def close_network_object():
log.info("Cleaning up...")
log.debug("Closing netwok object")
log.debug("Closing network object")
Net.close()


Expand Down

0 comments on commit 5af3e31

Please sign in to comment.