Fix silly cut/paste problem.
This commit is contained in:
@@ -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" \
|
||||||
|
|||||||
Reference in New Issue
Block a user