project8 / dragonfly

a dripline-based slow-control implementation
Other
0 stars 0 forks source link

Operator Bot, redundant tmpoperators/ operators #198

Closed buzinsky closed 5 years ago

buzinsky commented 5 years ago

For the operatorbot, one can add a person to the list of tempoperators as many times as one would like, which can happen by accident, which is annoying to remove.

I suspect the use of a python set (braced with {} as as opposed to the standard [] ) in the right place, or something of this nature ensuring the list is unqiue, will fix this. This is low priority and hopefully low effort