tehp / OpenPoGoBot

A PokemonGo Python bot - NO LONGER MAINTAINED
MIT License
123 stars 53 forks source link

fix the iteration on the config file. #353

Closed t-v closed 8 years ago

t-v commented 8 years ago

Short Description:

A small fix in the config file to fix the loop that was in it. (Issue: https://github.com/OpenPoGo/OpenPoGoBot/issues/352 )

Changes:

Turn the plugin dir into a list instead of a string

@OpenPoGo/maintainers

codecov-io commented 8 years ago

Current coverage is 51.26% (diff: 100%)

Merging #353 into master will not change coverage

@@             master       #353   diff @@
==========================================
  Files            34         34          
  Lines          1500       1500          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            769        769          
  Misses          731        731          
  Partials          0          0          

Powered by Codecov. Last update 37560cf...de6d676

niicojs commented 8 years ago

It was correct before.

wchill commented 8 years ago

Unnecessary since config.yml.example uses correct syntax for a list.