weather order fixed

This commit is contained in:
Neythen Treloar
2022-03-07 17:05:54 +00:00
parent 65d41086a8
commit e5784af50f
2 changed files with 28 additions and 11 deletions

View File

@@ -1209,7 +1209,7 @@ class StockTicker():
except Exception as e:
print(e)
raise 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]
self.logf.write(str(e))
@@ -2769,7 +2769,7 @@ if __name__ == '__main__':
#stock_ticker.process_msg('-')
#stock_ticker.process_msg('W')
stock_ticker.process_msg('A')
#stock_ticker.process_msg('A')
@@ -2778,7 +2778,7 @@ if __name__ == '__main__':
stock_ticker.process_msg(msg)
except Exception as e:
print(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))