Relative paths are not working well with flask on MacOS (and Linux I guess). So "{app.root_path}" was added everywhere application references FS path.
Added gitignore.
Proxy-related functionality (for sure adding proxy, maybe other) was not working if proxy was not checked by anty beforehand. That is fixed by adding additional check.
Functionality checked on MacOS and Win
Relative paths are not working well with flask on MacOS (and Linux I guess). So "{app.root_path}" was added everywhere application references FS path. Added gitignore. Proxy-related functionality (for sure adding proxy, maybe other) was not working if proxy was not checked by anty beforehand. That is fixed by adding additional check. Functionality checked on MacOS and Win