Fix the cache buster.

This commit is contained in:
jakedt 2014-04-15 14:27:00 -04:00
parent 5a1bb9988f
commit dcc993a20e

View file

@ -112,8 +112,6 @@ def handle_dme(ex):
def random_string():
return 'REMOVEME'
random = SystemRandom()
return ''.join([random.choice(string.ascii_uppercase + string.digits) for _ in range(8)])