elad661 / curlbus

Terminal based UI for Israeli public transit data
41 stars 7 forks source link

Missing `app` category in config.ini.example #13

Closed salty-horse closed 6 years ago

salty-horse commented 6 years ago

When running main.py, it tries to read the app section:

server.run(config_dict['app'])

The sample file has a server section with the fields it seems to look for. Was it renamed, and the example config wasn't updated?

elad661 commented 6 years ago

it was renamed, yes. good catch. I'll update the example. the rest of the fields should be identical. (I don't remember why I renamed it)