Commit so that I may access project from a different computer. Many things do not work/ are incomplete!!!

-Added unfinalized API for getting schedule and currently playing item.
This commit is contained in:
mkonecny 2010-12-21 18:28:17 -05:00
parent afd9f80f59
commit 10218aeeb5
6 changed files with 190 additions and 10 deletions

View file

@ -106,7 +106,7 @@ class Global:
def selfcheck(self):
self.api_client = api_client.api_client_factory(config)
if (not self.api_client.is_server_compatible()):
sys.exit()
sys.exit()
"""