Skip to content

Commit 56fecea

Browse files
committed
line-ending
1 parent 339e022 commit 56fecea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
print(" Mode:%s" % (ap.mode, ))
4747
print(" Frequency:%s (Channel %d)" % \
4848
(wifi._formatFrequency(ap.frequency.getFrequency()),
49-
frequencies.index(wifi._formatFrequency(
50-
ap.frequency.getFrequency())) + 1))
49+
frequencies.index(wifi._formatFrequency(getWirelessName
5150
if (ap.quality.updated & \
5251
pythonwifi.flags.IW_QUAL_QUAL_UPDATED):
5352
quality_updated = "="
@@ -111,4 +110,4 @@
111110
rate_list[line * 5:line * 5 + rate_remainder - 1]) + \
112111
"%s" % (wifi._formatBitrate(
113112
rate_list[line * 5 + rate_remainder - 1])))
114-
index = index + 1
113+
index = index + 1

0 commit comments

Comments
 (0)