Update scripts.py

This commit is contained in:
lllyasviel 2024-01-29 20:51:35 -08:00
parent 6cba3ae60a
commit de1998220e

View File

@ -518,7 +518,7 @@ def load_scripts():
syspath = sys.path
print(f'Current System Paths = {syspath}')
# print(f'Current System Paths = {syspath}')
def register_scripts_from_module(module):
for script_class in module.__dict__.values():