This commit is contained in:
DiG 2022-01-17 16:12:51 +01:00
parent 8cf19e7a99
commit 08dcf97821
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ def save( model, domains ):
model, id = muid.split('/')
if not model in to_browse:
to_browse[model] = []
to_browse[model] += id
to_browse[model].append( id )
return to_browse