mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
added dev version
This commit is contained in:
parent
10b0cf8a6d
commit
992c5444d9
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ def start(config_path, is_test=False, time_scheduled=None, requested_collections
|
||||||
logger.info(util.centered("| __/| | __/> < | | | | __/ || (_| | | | | | (_| | | | | (_| | (_| | __/ | "))
|
logger.info(util.centered("| __/| | __/> < | | | | __/ || (_| | | | | | (_| | | | | (_| | (_| | __/ | "))
|
||||||
logger.info(util.centered("|_| |_|\\___/_/\\_\\ |_| |_|\\___|\\__\\__,_| |_| |_|\\__,_|_| |_|\\__,_|\\__, |\\___|_| "))
|
logger.info(util.centered("|_| |_|\\___/_/\\_\\ |_| |_|\\___|\\__\\__,_| |_| |_|\\__,_|_| |_|\\__,_|\\__, |\\___|_| "))
|
||||||
logger.info(util.centered(" |___/ "))
|
logger.info(util.centered(" |___/ "))
|
||||||
logger.info(util.centered(" Version: 1.11.3 "))
|
logger.info(util.centered(" Version: 1.11.3-beta1 "))
|
||||||
if time_scheduled: start_type = f"{time_scheduled} "
|
if time_scheduled: start_type = f"{time_scheduled} "
|
||||||
elif is_test: start_type = "Test "
|
elif is_test: start_type = "Test "
|
||||||
elif requested_collections: start_type = "Collections "
|
elif requested_collections: start_type = "Collections "
|
||||||
|
|
Loading…
Reference in a new issue