Skip to content

Commit

Permalink
Added more parameters for the Log Class, added more customizability, …
Browse files Browse the repository at this point in the history
…replaced return false with raise error
  • Loading branch information
DefinetlyNotAI committed Aug 16, 2024
1 parent 45adf78 commit 049b91f
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 766 deletions.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ print(convert.dec_to_hex("10"))
print(convert.dec_to_bin(10))
print(convert.hex_to_bin("A"))
print(convert.hex_to_dec("A"))
print(convert.memory(500, 'KiB', 'Mb')) # Example: Convert 500 KiB to Mb (KibiByte to Megabit)
print(convert.convert_memory(500, 'KiB', 'Mb')) # Example: Convert 500 KiB to Mb (KibiByte to Megabit)
```

### Find
Expand Down
Loading

0 comments on commit 049b91f

Please sign in to comment.