Fixed some 'True' v True problems.

This commit is contained in:
Ray
2009-03-29 10:08:33 -04:00
parent e78da7937c
commit a109687ac4
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -532,7 +532,7 @@ class Config:
return paths
def get_frames(self, site = "PokerStars"):
return self.supported_sites[site].use_frames == "True"
return self.supported_sites[site].use_frames == True
def get_default_colors(self, site = "PokerStars"):
colors = {}