Skip to content

Commit 3aeb811

Browse files
committed
update log message product name
1 parent 4f54204 commit 3aeb811

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

notebook_python/trcc_posting_notebook.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
},
8383
{
8484
"cell_type": "code",
85-
"execution_count": 2,
85+
"execution_count": 1,
8686
"metadata": {},
8787
"outputs": [],
8888
"source": [
@@ -101,7 +101,7 @@
101101
},
102102
{
103103
"cell_type": "code",
104-
"execution_count": 3,
104+
"execution_count": 2,
105105
"metadata": {},
106106
"outputs": [],
107107
"source": [
@@ -117,7 +117,7 @@
117117
},
118118
{
119119
"cell_type": "code",
120-
"execution_count": 4,
120+
"execution_count": 3,
121121
"metadata": {},
122122
"outputs": [],
123123
"source": [
@@ -134,7 +134,7 @@
134134
},
135135
{
136136
"cell_type": "code",
137-
"execution_count": 5,
137+
"execution_count": 4,
138138
"metadata": {},
139139
"outputs": [],
140140
"source": [
@@ -164,7 +164,7 @@
164164
},
165165
{
166166
"cell_type": "code",
167-
"execution_count": 6,
167+
"execution_count": 5,
168168
"metadata": {},
169169
"outputs": [],
170170
"source": [
@@ -189,7 +189,7 @@
189189
"# Process incoming Login Refresh Response message.\n",
190190
"def process_login_response(ws, message_json):\n",
191191
" \"\"\" Send Off-Stream Post \"\"\"\n",
192-
" print(\"Sending Off-Stream Post to TREP Server\")\n",
192+
" print(\"Sending Off-Stream Post to Real-Time Advanced Distribution Server\")\n",
193193
" send_market_price_post(ws) \n",
194194
" \n",
195195
"# Create JSON Login request message and sends it to ADS server.\n",
@@ -227,7 +227,7 @@
227227
},
228228
{
229229
"cell_type": "code",
230-
"execution_count": 7,
230+
"execution_count": 6,
231231
"metadata": {},
232232
"outputs": [],
233233
"source": [
@@ -284,7 +284,7 @@
284284
},
285285
{
286286
"cell_type": "code",
287-
"execution_count": 8,
287+
"execution_count": 7,
288288
"metadata": {},
289289
"outputs": [
290290
{
@@ -341,7 +341,7 @@
341341
" \"Type\":\"Refresh\"\n",
342342
" }\n",
343343
"]\n",
344-
"Sending Off-Stream Post to TREP Server\n",
344+
"Sending Off-Stream Post to Real-Time Advanced Distribution Server\n",
345345
"SENT:\n",
346346
"{\n",
347347
" \"Ack\":true,\n",

0 commit comments

Comments
 (0)