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
Is it possible to add some variable to the JSON config so that when the program starts up it no longer asks to load the config but just starts up?
On every start program ask:do you want continue with previous saved preferences and hand waiting for answer.
I want to run it on windows using task scheduler
Environment
- OS : Windows 10
- Python : 3.9 exe
- Script version : 1.7.4
Is there an existing issue for this?
I'm submitting a ...
Description
Is it possible to add some variable to the JSON config so that when the program starts up it no longer asks to load the config but just starts up?
On every start program ask:do you want continue with previous saved preferences and hand waiting for answer.
I want to run it on windows using task scheduler
Environment
config.json
{ "http_api": { "enabled": true, "host": "0.0.0.0", "port": 5000 }, "database": true, "views": 1000, "minimum": 85.0, "maximum": 95.0, "proxy": { "category": "p", "proxy_type": "http", "filename": "https://proxy.webshare.io/proxy/list/download/xxxxx/-/http/username/direct/", "authentication": true, "proxy_api": true, "refresh": 0.0 }, "background": false, "bandwidth": true, "playback_speed": 3, "max_threads": 5, "min_threads": 3 }
The text was updated successfully, but these errors were encountered: