This commit is contained in:
Jonas Zeunert
2020-03-12 00:36:07 +01:00
parent 37543467b0
commit 084d176287

View File

@@ -11,7 +11,7 @@ class TargetFactory:
continue
target = glo[key]
if 'Target' in key and 'Target' is not key and 'BankTarget' is not key:
if 'Target' in key and 'Bank'not in key and 'Target' is not key and 'BankTarget' is not key:
result[key] = target()
elif 'Bank' in key and 'Target' not in key:
targets = TargetFactory.createBankTarget(target, key)