File tree Expand file tree Collapse file tree 7 files changed +9
-7
lines changed
Expand file tree Collapse file tree 7 files changed +9
-7
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.144 ; 104 subcommands)
102+ library (v3.0.145 ; 104 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.144 "
8+ __version__ = "3.0.145 "
99
1010progs = {
1111 "Create database subcommands" : {
Original file line number Diff line number Diff line change 11from pathlib import Path
2- from unittest import skip
2+
3+ from pytest import skip
34
45from library .createdb import gallery_backend
56from library .mediadb import db_media , db_playlists
Original file line number Diff line number Diff line change 11from types import SimpleNamespace
2- from unittest import skip
32
43import pytest
4+ from pytest import skip
55
66from library .createdb import tube_backend
77from library .utils .consts import DLStatus
Original file line number Diff line number Diff line change 1- from unittest import skip
1+ from pytest import skip
22
33from library .__main__ import library as lb
44from tests .utils import connect_db_args
Original file line number Diff line number Diff line change 11import os
2- from unittest import skip
2+
3+ from pytest import skip
34
45from library .__main__ import library as lb
56from library .createdb .tube_add import tube_add
Original file line number Diff line number Diff line change 1- from unittest import skip
1+ from pytest import skip
22
33from library .mediafiles import media_check
44from library .utils import nums
You can’t perform that action at this time.
0 commit comments