THP: Ignore gameSessionId

This commit is contained in:
Worros 2011-03-30 11:46:49 +08:00
parent 9eb0138f3d
commit 468b98fb7a

View File

@ -157,7 +157,7 @@ def compare_hands_file(filename, importer, errors):
pass
else:
# Stats don't match.
if datum == "gametypeId" or datum == 'sessionId' or datum == 'tourneyId':
if datum == "gametypeId" or datum == 'sessionId' or datum == 'tourneyId' or datum == 'gameSessionId':
# Not an error. gametypeIds are dependent on the order added to the db.
#print "DEBUG: Skipping mismatched gamtypeId"
pass