Fix closing of progress dialogs

This commit is contained in:
blitzmann
2015-06-20 15:00:02 -04:00
parent f285395e0f
commit da16f6cee7
2 changed files with 4 additions and 5 deletions

View File

@@ -136,7 +136,7 @@ class exportHtmlThread(threading.Thread):
categoryList = list(sMkt.getShipRoot())
categoryList.sort(key=lambda ship: ship.name)
count = 1
count = 0
for group in categoryList:
# init market group string to give ships something to attach to