-
In the pre-CSS version, the run method supported kwargs which would be passed through to the App object. The current (CSS) version no longer supports this. Was there a specific reason this was removed? Is there a more preferred way to pass arguments to the App? |
Beta Was this translation helpful? Give feedback.
Answered by
davep
Oct 29, 2022
Replies: 1 comment
-
Have a look at #1030 -- the way to do what you're after now is, in your app, is to override |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jspv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have a look at #1030 -- the way to do what you're after now is, in your app, is to override
__init__
.