Skip to content

Commit

Permalink
Indentation fix for config.json.example (#163)
Browse files Browse the repository at this point in the history
Small update since notepad++ messed up some of the indentation (replaced by tabs were the original was with spaces)
  • Loading branch information
Mordana authored and jtdroste committed Jul 22, 2016
1 parent 5026bf4 commit 7332f4d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"username": "[email protected]",
"password": "password11!!",
"location": "New York",
"cp": "100",
"gmapkey": "None",
"maxsteps": "100",
"spinstop": "False",
"walk": "4.16",
"debug": "False",
"test": "False"
"cp": "100",
"gmapkey": "CHANGME",
"maxsteps": "100",
"spinstop": "False",
"walk": "4.16",
"debug": "False",
"test": "False"
}

0 comments on commit 7332f4d

Please sign in to comment.