remove prints on example
This commit is contained in:
parent
7f56355ef7
commit
29fbb30c75
2 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ crontable = []
|
|||
outputs = []
|
||||
|
||||
def process_message(data):
|
||||
print data
|
||||
if data['channel'].startswith("D"):
|
||||
outputs.append([data['channel'], "from repeat1: " + data['text']])
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ crontable = []
|
|||
outputs = []
|
||||
|
||||
def process_message(data):
|
||||
print data
|
||||
if data['channel'].startswith("D"):
|
||||
outputs.append([data['channel'], "from repeat2: " + data['text']])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue