diff --git a/legendary/core.py b/legendary/core.py index f14bd5a..6680e3e 100644 --- a/legendary/core.py +++ b/legendary/core.py @@ -322,7 +322,7 @@ class LegendaryCore: return [] if self.lgd.assets: - assets = self.lgd.assets.copy() + assets = self.lgd.assets else: assets = dict()