From 489f68550d30f2f7b0a0a158ac60d110abd7bf5e Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Thu, 7 Mar 2024 19:25:16 -0500 Subject: [PATCH] add comment --- binance-read-ids-to-allOrders-write-to-excel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binance-read-ids-to-allOrders-write-to-excel.py b/binance-read-ids-to-allOrders-write-to-excel.py index 72d157a..babf0f0 100644 --- a/binance-read-ids-to-allOrders-write-to-excel.py +++ b/binance-read-ids-to-allOrders-write-to-excel.py @@ -39,7 +39,7 @@ def binanceus_request_key(uri_path, data, api_key, api_sec): uri_path = "/api/v3/allOrders" -out_path = "E:\\prodigy\\Scripts\\api-testing\\binance\\" +out_path = "E:\\prodigy\\Scripts\\api-testing\\binance\\" # windows needs double \\ escape the escape df_nest_symbols = pd.read_excel(out_path + "binance.xlsx", sheet_name="BinanceCoinListManual", usecols="N", header=0) # using header none is the way, 0 = first row header