Anki 2.1.44 with Ankiserver 2.0.6-py2.7

Hi!

I ran into following issue: syncing Anki from about > 2.1.30 does not work anymore since adding an individual addon

_init_.py

import anki.sync, anki.hooks, aqt

addr = “http://[…]:27701/” # put your server address here
anki.sync.SYNC_BASE = “%s” + addr
def resetHostNum():
aqt.mw.pm.profile[‘hostNum’] = None
anki.hooks.addHook(“profileLoaded”, resetHostNum)

does not change the behaviour of Anki anymore. The server receives no traffic. Anki 2.1.44 does not try to sync with a private server instance anymore but only with ankiweb.net.