Skip to content

Commit 3b8cc13

Browse files
authored
Update README.md
1 parent 95468fc commit 3b8cc13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ By default the destination path is <b>"G:/InterStat/"</b>. Normally you want to
2121
<b><h4>3. IP-List </h4></b>
2222
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.
2323

24-
<code>with open('ip_list.txt', 'r') as ip:</code>>br>
24+
<code>with open('ip_list.txt', 'r') as ip:</code><br>
2525
and<br>
2626
<code>ip_list = ip.read().split('\n')</code><br>
2727
and<br>

0 commit comments

Comments
 (0)