pep fix
pep is quite the stickler
This commit is contained in:
parent
6488b4a6e0
commit
325ce5734c
|
@ -707,7 +707,8 @@ def handlech(c, stdscr):
|
||||||
redraw(stdscr)
|
redraw(stdscr)
|
||||||
def sendMessage(sender="", recv="", broadcast=None, subject="", body="", reply=False):
|
def sendMessage(sender="", recv="", broadcast=None, subject="", body="", reply=False):
|
||||||
global streamNumber
|
global streamNumber
|
||||||
streamNumber = 0 # 0 = Auto , 1 = stream 1 is the only supported stream currently
|
streamNumber = 0
|
||||||
|
# 0 = Auto , 1 = stream 1 is the only supported stream currently
|
||||||
if sender == "":
|
if sender == "":
|
||||||
return
|
return
|
||||||
d = Dialog(dialog="dialog")
|
d = Dialog(dialog="dialog")
|
||||||
|
|
Reference in New Issue
Block a user