Add additional siteids to db, move player select function

This commit is contained in:
Worros
2009-06-01 17:14:31 +08:00
parent 21e7e010bd
commit a261517175
10 changed files with 34 additions and 21 deletions
+1
View File
@@ -45,6 +45,7 @@ follow : whether to tail -f the input"""
logging.info("Initialising Fulltilt converter class")
self.filetype = "text"
self.codepage = "cp1252"
self.siteId = 1 # Needs to match id entry in Sites database
if autostart:
self.start()