mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
bump sync ver to 6 (see note)
when porting this to other platforms, please ensure you have ported all changes in sched.py after 2.0.12 first
This commit is contained in:
parent
8277233827
commit
318b4e371f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ SCHEMA_VERSION = 11
|
|||
SYNC_ZIP_SIZE = int(2.5*1024*1024)
|
||||
SYNC_ZIP_COUNT = 100
|
||||
SYNC_URL = os.environ.get("SYNC_URL") or "https://ankiweb.net/sync/"
|
||||
SYNC_VER = 5
|
||||
SYNC_VER = 6
|
||||
|
||||
HELP_SITE="http://ankisrs.net/docs/manual.html"
|
||||
|
||||
|
|
Loading…
Reference in a new issue