Skip to content

Commit

Permalink
Merge pull request nicolomantini#26 from krapes/master
Browse files Browse the repository at this point in the history
Bug: Add config.yaml file
  • Loading branch information
nicolomantini authored Jul 11, 2020
2 parents 87415be + 70a8df2 commit 4e5f814
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,4 @@ dmypy.json
output.csv
venv8/
quickstart.py
config.yaml
states.json
11 changes: 11 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
username: # Insert your username here
password: # Insert your password here

positions:
- # Position you want to search for
- # Another position you want to search for
- # A third position you want to search for

locations:
- # Location you want to search in
- # A second location you want to search in

0 comments on commit 4e5f814

Please sign in to comment.