You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand how an ExtensionApp is supposed to work when it has load_other_extensions=False. Isn't it going to prevent loading itself also when launched directly?
In the simple_ext1 example, if you set this line to False, then python -m simple_ext1 will show a 404 error in the browser.
The text was updated successfully, but these errors were encountered:
I don't understand how an
ExtensionApp
is supposed to work when it hasload_other_extensions=False
. Isn't it going to prevent loading itself also when launched directly?In the
simple_ext1
example, if you set this line toFalse
, thenpython -m simple_ext1
will show a 404 error in the browser.The text was updated successfully, but these errors were encountered: