feat: Add support for test networks

This commit is contained in:
2025-01-31 11:01:10 +11:00
parent 26633c1c61
commit 8622400427
8 changed files with 127 additions and 46 deletions

View File

@@ -36,8 +36,7 @@ def listPlugins(update=False):
if os.system(f"git clone {importurl} customPlugins/{importPath}") != 0:
continue
elif update:
if os.system(f"cd customPlugins/{importPath} && git pull") != 0:
continue
os.system(f"cd customPlugins/{importPath} && git pull")
# Import plugins from customPlugins/<importPath>
for file in os.listdir(f"customPlugins/{importPath}"):