Clarence Castillo
Clarence Castillo
The [spec](https://yaml.org/spec/1.2/spec.html#comment//) describes usage of `#` to make comments. Wrap the channel name with quotation marks like so: `channel: '#devops_documentazione'`
I believe all [Alfred-Workflow](https://github.com/deanishe/alfred-workflow) extensions use the pre-installed Python 2.7 so that's expected. As for the SSL error, the current certificate they send over is indeed valid. Any chance your...
def get_status_by_generation(status, starting_time, pop_name, generation): organisms = database_calls.db_reconstruct_organisms(cur, starting_time, pop_name, generation) organism_status = [] for organism in organisms: organism_status.append(organism.status['status']) return organism_status