fixup for d07a60ba5f, dont include pandora.js in itself

This commit is contained in:
j 2018-08-09 20:08:27 +01:00
parent e61ac87a64
commit 0fd86dfa78
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ def update_static():
else:
fsite = f
basefile = f.split('.')[0] + '.js'
if f not in (
if f.split('/')[-1] not in (
'pandora.js', 'pandora.min.js'
) and f.endswith('.js') and (
len(f.split('.')) == 2 or