1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00

Updated schema version

This commit is contained in:
Taizo Simpson 2018-10-12 19:13:12 -04:00
parent 066658f167
commit 753b4d9df8
No known key found for this signature in database
GPG Key ID: D197B1197B2D4D68

View File

@ -31,7 +31,7 @@ try:
except ImportError:
from urlparse import urlparse, parse_qsl
SCHEMA_VERSION = '20180829'
SCHEMA_VERSION = '20181010'
def now():
return datetime.now().replace(microsecond = 0)