Added new spiget downloader

Added new spiget downloader for plugins with progress bar and error handling for Issue #46
This commit is contained in:
Jan-Luca Bogdan | BEL NET GmbH
2022-06-17 12:51:32 +02:00
parent d427886c49
commit 84fcfc8922
4 changed files with 48 additions and 29 deletions

View File

@@ -40,6 +40,7 @@ def check_config() -> None:
"""
if not os.path.isfile("pluGET_config.yaml"):
create_config()
return None
def create_config() -> None: