Skip to content

Commit

Permalink
Forgot to update config.ini for map tiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Gloorf committed Oct 17, 2015
1 parent 8e9cd9e commit d5a1f94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A python script for Path Of Exile controlled by in game text input (it scans the
* [map_recorder].send_data. Activated by default, sends data to my server for mass map data.
* [map_recorder].output_path. The name of the .csv file where the data is stored
* [map_recorder].additional_iiq. Set it to your zana level
* [map_recorder].map_input. Either "tier" or level ; how the drop will be input'd (see map recorder for more explanation). Note that this doesn't affect mapstart/mapedit commands, who will always use
* [map_recorder].map_input. Either "tier" or "level" ; how the drop will be input'd (see map recorder for more explanation). Note that this doesn't affect mapstart/mapedit commands, who will always use
For others values, the name should either be clear enough, or should be explicited in the comment before.

# Server
Expand Down
2 changes: 2 additions & 0 deletions poewatcher/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ actions = ("start", "ms:", "add_map")

#Record options
send_username = true
#Values are "tier" or "level"
map_input = tier
#If disabled, you'll have to send the new data by using csv_sender.py
send_data = true
server_host = poe.glorf.fr
Expand Down

0 comments on commit d5a1f94

Please sign in to comment.