(bot, config)
| 97 | signal.signal(signal.SIGINT, handle_sigint) |
| 98 | |
| 99 | def initialize_task(bot, config): |
| 100 | tree = TreeConfigBuilder(bot, config.raw_tasks).build() |
| 101 | bot.workers = tree |
| 102 | |
| 103 | def initialize(config): |
| 104 | from pokemongo_bot.datastore import Datastore |
no test coverage detected