pep is quite the stickler
This commit is contained in:
s3goat 2018-09-19 12:52:20 +02:00 committed by GitHub
parent 6488b4a6e0
commit 325ce5734c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")