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