bg.message does not require symbol selection anymore—will pick random if nothing specified…

This commit is contained in:
Harsha Phukan 2015-09-15 19:02:00 +00:00
parent a08a27aae1
commit 8a05584924
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class backgroundMessage(threading.Thread):
}
def __init__(self,
symbol,
symbol = None,
wait = 0.1):
threading.Thread.__init__(self)
self.message = ''