Fix silly cut/paste problem.
This commit is contained in:
parent
48c2c36de6
commit
e485a9c035
|
@ -212,7 +212,7 @@ class Import:
|
||||||
if node.hasAttribute("fastStoreHudCache"):
|
if node.hasAttribute("fastStoreHudCache"):
|
||||||
self.fastStoreHudCache = node.getAttribute("fastStoreHudCache")
|
self.fastStoreHudCache = node.getAttribute("fastStoreHudCache")
|
||||||
else:
|
else:
|
||||||
self.saveActions = False
|
self.fastStoreHudCache = False
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return " interval = %s\n callFpdbHud = %s\n hhArchiveBase = %s\n saveActions = %s\n fastStoreHudCache = %s\n" \
|
return " interval = %s\n callFpdbHud = %s\n hhArchiveBase = %s\n saveActions = %s\n fastStoreHudCache = %s\n" \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user