bg.message does not require symbol selection anymore—will pick random if nothing specified…
This commit is contained in:
parent
a08a27aae1
commit
8a05584924
|
@ -72,7 +72,7 @@ class backgroundMessage(threading.Thread):
|
|||
}
|
||||
|
||||
def __init__(self,
|
||||
symbol,
|
||||
symbol = None,
|
||||
wait = 0.1):
|
||||
threading.Thread.__init__(self)
|
||||
self.message = ''
|
||||
|
|
Loading…
Reference in New Issue