Add 'capabilities' to ignored metadata.

part of CURA-8671
This commit is contained in:
Remco Burema 2021-12-02 12:23:57 +01:00
parent 1253b41537
commit f5604dfb1e
No known key found for this signature in database
GPG key ID: 215C49431D43F98C
2 changed files with 5 additions and 2 deletions

View file

@ -49,7 +49,9 @@ _ignored_machine_network_metadata = {
"removal_warning",
"group_name",
"group_size",
"connection_type"
"connection_type",
"capabilities",
"octoprint_api_key",
} # type: Set[str]