Fix PEP8 compliance in example plugins and rtmbot

This commit is contained in:
Jeff Ammons 2016-04-15 14:03:20 -07:00
parent 6052333c64
commit 25ce082eac
6 changed files with 33 additions and 22 deletions

View file

@ -1,8 +1,9 @@
import time
outputs = []
def canary():
#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", "bot started: " + str(time.time())])
canary()