Skip to content

Commit

Permalink
Fix configurator table
Browse files Browse the repository at this point in the history
Added a line before and after the table to fix GitHub weird markdown
  • Loading branch information
BourgonLaurent authored Jul 12, 2019
1 parent 9d160a3 commit c68bd1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@
## Using it

At the first run (or if the `config.ini` is deleted), the configurator will load. It will ask you were you want to store the files, which parks you want and if you want to use a sleep option for task scheduler that only support intervals of 10 minutes. Here is the default config (if you press `Enter` at each prompt)

| Prompt | Default | What it does | Example |
|-----------------------------------------------------------------------------------------------------------------------|---------|----------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
| Where do you want the files stored?* | ./data/ | A folder `data` will be created at the location of the script. | C:\pyParker\data will be created, where `pyParker.py` is in C:pyParker\ |
| Here's a list of parks, select those that you want to log [Y]es/[N]o: | No | The park won't be logged. | If you skip Magic Kingdom by pressing `Enter` or some other than Y or Yes, Magic Kingdom will not be logged by the program. |
| You can specify a time in seconds to pause the script, useful if your task scheduler only has intervals of 10 minutes | 0 | The program will not be put in sleep, it will be instant. | When you run the program, it will directly fetch the wait times, as fast as possible. |


\*_You can specify the data folder easily by drag-and-dropping the folder in your shell interface._

Inside the folder specified (or the default one) there will be sub-folders for each park. Inside these folders you will find a file for each attraction and an [INFORMATION].csv file, this file contains *the date, the day of the week, the opening hours and Extra Magic Hours.* To interpret the data, you will have to use an external tool.
Expand Down

0 comments on commit c68bd1f

Please sign in to comment.