Add-on: fix wrong parameter being passed

This commit is contained in:
Sybren A. Stüvel 2022-08-31 12:08:46 +02:00
parent 31cf0a4ecc
commit 3ecdeacc80

@ -31,7 +31,7 @@ def _manager_url_updated(prefs, context):
# Warning, be careful what of the context to access here. Accessing /
# changing too much can cause crashes, infinite loops, etc.
comms.ping_manager_with_report(context, api_client, prefs)
comms.ping_manager_with_report(context.window_manager, api_client, prefs)
class FlamencoPreferences(bpy.types.AddonPreferences):