Fix the cache buster.
This commit is contained in:
parent
5a1bb9988f
commit
dcc993a20e
1 changed files with 0 additions and 2 deletions
|
@ -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)])
|
||||
|
||||
|
|
Reference in a new issue