fix load.plugin_app to work since EDMarketConnector 5.8.0

Thanks to Berndulas#7599 in EDCD discord for suggested fix, I literally ctrl+c ctrl+v it
ref: https://discord.com/channels/164411426939600896/726419472772235306/1066041527853404190
This commit is contained in:
norohind 2023-01-24 00:59:26 +03:00
parent 92966570d8
commit e3e4beb663
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -51,6 +51,7 @@ def ask_for_update():
def plugin_app(parent):
global spansh_router
spansh_router.init_gui(parent)
frame = spansh_router.init_gui(parent)
spansh_router.open_last_route()
parent.master.after_idle(ask_for_update)
return frame