File tree Expand file tree Collapse file tree 5 files changed +2
-10
lines changed
Expand file tree Collapse file tree 5 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
9999<details ><summary >List all subcommands</summary >
100100
101101 $ library
102- library (v3.0.041 ; 99 subcommands)
102+ library (v3.0.042 ; 99 subcommands)
103103
104104 Create database subcommands:
105105 ╭─────────────────┬──────────────────────────────────────────╮
Original file line number Diff line number Diff line change 55from library .utils import argparse_utils , iterables
66from library .utils .log_utils import log
77
8- __version__ = "3.0.041 "
8+ __version__ = "3.0.042 "
99
1010progs = {
1111 "Create database subcommands" : {
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ def parse_args():
2121 args = parser .parse_intermixed_args ()
2222 arggroups .args_post (args , parser )
2323
24- arggroups .sample_hash_bytes_post (args )
25-
2624 return args
2725
2826
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ def parse_args():
1818 args = parser .parse_intermixed_args ()
1919 arggroups .args_post (args , parser )
2020
21- arggroups .sample_hash_bytes_post (args )
22-
2321 return args
2422
2523
Original file line number Diff line number Diff line change @@ -1753,10 +1753,6 @@ def sample_hash_bytes(parent_parser):
17531753 )
17541754
17551755
1756- def sample_hash_bytes_post (args ):
1757- args .gap = nums .float_from_percent (args .gap )
1758-
1759-
17601756def media_check (parent_parser ):
17611757 parser = parent_parser .add_argument_group ("Media Check" )
17621758 parser .add_argument (
You can’t perform that action at this time.
0 commit comments