Make ftp kinda work

This commit is contained in:
Worros 2008-11-16 13:43:24 +09:00
parent dfbcf8efc7
commit 7aa0cff8d8

View File

@ -58,7 +58,7 @@ class GuiGraphViewer (threading.Thread):
if self.sites == "PokerStars":
site=2
sitename="PokerStars: "
elif site=="FTP":
elif self.sites=="Full Tilt":
site=1
sitename="Full Tilt: "
else: