mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
remove ...
This commit is contained in:
parent
1ba1db3e14
commit
6fd433aac3
@ -1,12 +0,0 @@
|
|||||||
# 16.06.24
|
|
||||||
|
|
||||||
# Internal utilities
|
|
||||||
from Src.Util.console import console, msg
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def search():
|
|
||||||
"""
|
|
||||||
Main function of the application for film and series.
|
|
||||||
"""
|
|
||||||
pass
|
|
@ -1,15 +0,0 @@
|
|||||||
# 26.05.24
|
|
||||||
|
|
||||||
import os
|
|
||||||
|
|
||||||
|
|
||||||
# Internal utilities
|
|
||||||
from Src.Util._jsonConfig import config_manager
|
|
||||||
|
|
||||||
|
|
||||||
SITE_NAME = os.path.basename(os.path.dirname(os.path.abspath(__file__)))
|
|
||||||
ROOT_PATH = config_manager.get('DEFAULT', 'root_path')
|
|
||||||
DOMAIN_NOW = config_manager.get('SITE', SITE_NAME)
|
|
||||||
|
|
||||||
MOVIE_FOLDER = "Movie"
|
|
||||||
SERIE_FOLDER = "Serie"
|
|
Loading…
x
Reference in New Issue
Block a user