Remove ankisyncd

This commit is contained in:
Simon Bruder 2020-11-07 14:28:33 +01:00
parent 3bc35117dd
commit 5fef2f4de5
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -1,13 +0,0 @@
import anki.sync
import anki.hooks
import aqt
anki.sync.SYNC_BASE = "https://anki.sbruder.de/%s"
anki.sync.SYNC_MEDIA_BASE = "https://anki.sbruder.de/msync%s"
def resetHostNum():
aqt.mw.pm.profile["hostNum"] = None
anki.hooks.addHook("profileLoaded", resetHostNum)