asdf
This commit is contained in:
@@ -11,7 +11,7 @@ class TargetFactory:
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
target = glo[key]
|
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()
|
result[key] = target()
|
||||||
elif 'Bank' in key and 'Target' not in key:
|
elif 'Bank' in key and 'Target' not in key:
|
||||||
targets = TargetFactory.createBankTarget(target, key)
|
targets = TargetFactory.createBankTarget(target, key)
|
||||||
|
|||||||
Reference in New Issue
Block a user