without that global, BM will crash
This commit is contained in:
parent
95e300d7ca
commit
6488b4a6e0
|
@ -706,6 +706,8 @@ def handlech(c, stdscr):
|
||||||
blackcur = len(blackcur)-1
|
blackcur = len(blackcur)-1
|
||||||
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
|
||||||
|
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