Fix sessions bug.
[clinton/xbmc-groove.git] / resources / lib / GroovesharkAPI.py
index 91add08..a911570 100644 (file)
@@ -18,7 +18,7 @@
 import urllib2, pprint, os, pickle, time, re, simplejson, base64, sys, socket, hashlib
 from blowfish import Blowfish
 
-SESSION_EXPIRY = 120 #1209600 # 2 weeks
+SESSION_EXPIRY = 1209600 # 2 weeks
 
 # Web app
 WEB_APP_URL = "http://xbmc-groove.appspot.com/"