Is your pull request related to a problem? Please describe
Flask couldn't find the module fbosbot because we are exporting the environment variables in the wrong directory.
This PR fixes #58, fixes #61, fixes #51
Describe the solution you'd like
Move the .env file into the src folder i.e; the root directory of the project.
Additional context
This PR also removes the redundant exporting of environment variables which is already done by .env file.
Checklist
[x] My code follows the code style of this project.
[x] My change requires a change to the documentation.
Is your pull request related to a problem? Please describe
Flask couldn't find the module
fbosbot
because we are exporting the environment variables in the wrong directory. This PR fixes #58, fixes #61, fixes #51Describe the solution you'd like
Move the
.env
file into thesrc
folder i.e; the root directory of the project.Additional context
This PR also removes the redundant exporting of environment variables which is already done by
.env
file.Checklist