bug fix
This commit is contained in:
@@ -2754,7 +2754,7 @@ if __name__ == '__main__':
|
||||
#stock_ticker.process_msg('*')
|
||||
#time.sleep(8)
|
||||
|
||||
#stock_ticker.process_msg('-')
|
||||
stock_ticker.process_msg('-')
|
||||
#stock_ticker.process_msg('W')
|
||||
#stock_ticker.process_msg('A')
|
||||
|
||||
@@ -2764,7 +2764,7 @@ if __name__ == '__main__':
|
||||
msg = getInput()
|
||||
stock_ticker.process_msg(msg)
|
||||
except Exception as e:
|
||||
|
||||
raise e
|
||||
exc_type, exc_obj, exc_tb = sys.exc_info()
|
||||
fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]
|
||||
log.write(str(e))
|
||||
|
Reference in New Issue
Block a user