Update key

This commit is contained in:
Light Leung 2015-12-20 21:02:22 +08:00
parent 371d5f2fed
commit ec6985f4c3

View File

@ -45,7 +45,7 @@ bid meaning for quality
'''
def mix(tvid):
salt = '6967d2088d8843eea0ee38ad1a6f9173'
salt = 'd7184ccc20a84a9d8be798087386b6b8'
tm = str(randint(2000,4000))
sc = hashlib.new('md5', bytes(salt + tm + tvid, 'utf-8')).hexdigest()
return tm, sc, 'eknas'