Fixed an inconsistent API name. (db_serverconfs -> db_serverconfigs)
This commit is contained in:
parent
93a1646ea7
commit
b2f45a7cf4
3 changed files with 4 additions and 5 deletions
|
|
@ -8,8 +8,7 @@ cmdset - this way you can often re-use the commands too.
|
|||
"""
|
||||
|
||||
import random
|
||||
from ev import CmdSet
|
||||
from ev import Command
|
||||
from ev import Command, CmdSet
|
||||
|
||||
# Some simple commands for the red button
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue