correct the version in the mythboxee.py file

This commit is contained in:
Erik Kristensen 2010-10-04 19:57:56 -04:00
parent d7eaa89ae3
commit b423435f25
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ from operator import itemgetter, attrgetter
class MythBoxee:
logLevel = 1
version = "4.0.beta"
userAgent = "MythBoxee v4.0.beta"
version = "4.23.2.beta"
userAgent = "MythBoxee v4.32.2.beta"
tvdb_apikey = "6BEAB4CB5157AAE0"
be = None
db = None