Skip to content

Commit

Permalink
Fix typo in utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous5555522222 committed Apr 28, 2024
1 parent 28ba4b3 commit 7d4bf03
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 @@ -97,7 +97,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()

class IteratorEmpty(Exception):
Expand Down

0 comments on commit 7d4bf03

Please sign in to comment.