ordered_docs

This commit is contained in:
Hashir Omer
2023-05-23 20:24:55 +05:00
parent 603f8799cf
commit 12e5781abc
3 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -9,4 +9,5 @@ all_jobs.json
oryxBuildBinary
*.ipynb
*.txt
*.env
*.env
!.env.example

0
upwork/.env.example Normal file
View File

View File

@@ -92,7 +92,7 @@ func InitUpwork() *Upwork {
}
auth_headers, err := readEnv("upwork/.env")
if err != nil {
log.Fatal("Could not read .env.auth file")
log.Fatal("Could not read .env file, please add .env file in upwork folder")
}
headers = mergeMaps(auth_headers, headers)