view.py icon indicating copy to clipboard operation
view.py copied to clipboard

Config through parameters

Open ZeroIntensity opened this issue 2 years ago • 2 comments
trafficstars

Right now, to change the config you must either use a config file or manually edit it in a config instance. Perhaps things could be passed via new_app? For example:

from view import new_app

app = new_app(port=8080, host='localhost')

ZeroIntensity avatar Sep 25 '23 13:09 ZeroIntensity

hi can i work on this issue

mahgieeee avatar Oct 02 '23 03:10 mahgieeee

Any progress here? Will unassign if inactive.

ZeroIntensity avatar Nov 13 '23 13:11 ZeroIntensity