Fix PEP8 compliance in example plugins and rtmbot
This commit is contained in:
parent
6052333c64
commit
25ce082eac
6 changed files with 33 additions and 22 deletions
|
|
@ -2,8 +2,9 @@ import time
|
|||
crontable = []
|
||||
outputs = []
|
||||
|
||||
crontable.append([5,"say_time"])
|
||||
crontable.append([5, "say_time"])
|
||||
|
||||
|
||||
def say_time():
|
||||
#NOTE: you must add a real channel ID for this to work
|
||||
# NOTE: you must add a real channel ID for this to work
|
||||
outputs.append(["D12345678", time.time()])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue