This commit is contained in:
DiG 2022-01-17 15:21:07 +01:00
parent 09ac82732a
commit 076893cc1e
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ def flatten_stack( data ):
if type(item) == dict:
flatten( item )
if type(obj) == str:
# if type(obj) == str:
for obj in data:
flatten( obj )