mirror of
https://github.com/acatoire/bipbipzizik.git
synced 2026-03-10 08:01:18 +00:00
WIP
Correct merge
This commit is contained in:
@@ -103,7 +103,6 @@ class BipBipSoCo(BipBip):
|
||||
Execute of the bipbip
|
||||
:return:
|
||||
"""
|
||||
super().execute()
|
||||
|
||||
####################################################
|
||||
# ## Cancel conditions
|
||||
@@ -153,7 +152,7 @@ class BipBipSoCo(BipBip):
|
||||
|
||||
elif self.action == "radio":
|
||||
# radio action execution
|
||||
# TODO to be implemented
|
||||
logger.critical('TODO to be implemented') # TODO to be implemented
|
||||
|
||||
else:
|
||||
logger.critical('Action "%s" is not supported by BipBipSoCo!', self.action)
|
||||
|
||||
Reference in New Issue
Block a user