refactor socket types
This commit is contained in:
@@ -9,7 +9,9 @@ class PrintTable:
|
||||
def INPUT_TYPES(cls):
|
||||
return {
|
||||
"required": {
|
||||
"table": ("ANY_TABLE",),
|
||||
"table": ("MEASURE_TABLE", {
|
||||
"accepted_types": ["RECORD_TABLE"],
|
||||
}),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user