exclude sessions from imort / exports

This commit is contained in:
Matthias 2021-11-27 00:04:43 +01:00
parent 84f0966e4f
commit 6511a774d1
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -291,6 +291,7 @@ def content_excludes():
"exchange.rate", "exchange.rate",
"exchange.exchangebackend", "exchange.exchangebackend",
"common.notificationentry", "common.notificationentry",
"sessions.session",
] ]
output = "" output = ""