forked from expo/troggle
Understanding and speeding up LoadPos
This commit is contained in:
@@ -77,7 +77,7 @@ def parseCaveQMs(cave,inputFile):
|
||||
|
||||
except QM.DoesNotExist: #if there is no pre-existing QM, save the new one
|
||||
newQM.save()
|
||||
print("QM "+str(newQM) + ' added to database\r')
|
||||
# print("QM "+str(newQM) + ' added to database\r')
|
||||
|
||||
except KeyError: #check on this one
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user