mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Run black on all files
This commit is contained in:
@@ -6,7 +6,7 @@ from lib.config import Config
|
||||
from lib.library import Catalogue
|
||||
from lib.pyShelf import InitFiles
|
||||
|
||||
ROOT_DIR = os.path.abspath('../')
|
||||
ROOT_DIR = os.path.abspath("../")
|
||||
sys.path.append(ROOT_DIR)
|
||||
config = Config(ROOT_DIR) # Get configuration settings
|
||||
InitFiles(config.file_array) # Initialize file system
|
||||
|
||||
Reference in New Issue
Block a user