You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ By default the destination path is <b>"G:/InterStat/"</b>. Normally you want to
21
21
<b><h4>3. IP-List </h4></b>
22
22
By default the ip list for the devices is named <b>"ip_list.txt</b>. Maybe you want to rename the filename. For this case you have to edit the <code><b>line 39</b></code>, <code><b>line 40</b></code> and <code><b>line 52</b></code> which defines the the filename. Change the filename <b>"ip_list.txt</b> you prefer.
23
23
24
-
<code>with open('ip_list.txt', 'r') as ip:</code>>br>
24
+
<code>with open('ip_list.txt', 'r') as ip:</code><br>
0 commit comments