p90 - release script renames HUD_config.xml.example so user doesnt have to

fixed a couple of stupid errors where i used the wrong siteID somehow
graph now lets you pick beteen PS and FTP
This commit is contained in:
steffen123
2008-09-21 23:38:22 +01:00
parent 7ed7db3791
commit 8c6cecb8f7
5 changed files with 40 additions and 11 deletions
+1
View File
@@ -36,6 +36,7 @@ def mainParser(db, cursor, site, category, hand):
siteHandNo=fpdb_simple.parseSiteHandNo(hand[0])
handStartTime=fpdb_simple.parseHandStartTime(hand[0], site)
siteID=fpdb_simple.recogniseSiteID(cursor, site)
#print "parse logic, siteID:",siteID,"site:",site
isTourney=fpdb_simple.isTourney(hand[0])
gametypeID=fpdb_simple.recogniseGametypeID(cursor, hand[0], siteID, category, isTourney)