mirror of
https://github.com/vladmandic/automatic
synced 2026-09-05 12:30:46 +02:00
Slightly improve console trace readability
- Shorten cache busting string to take up less room in the browser console.
This commit is contained in:
@@ -12,7 +12,7 @@ def webpath(fn):
|
||||
else:
|
||||
uri = fn
|
||||
uri = uri.replace('\\', '/')
|
||||
uri = f'file={uri}?{os.path.getmtime(fn)}'
|
||||
uri = f'file={uri}?{int(os.path.getmtime(fn))}'
|
||||
return uri
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user