File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ WindowManager:
431431 id : qr
432432 source: root.qr_address
433433 size_hint_y: None
434- height: sp(300 )
434+ height: sp(200 )
435435 allow_stretch: True
436436 keep_ratio: True
437437
@@ -1207,7 +1207,7 @@ WindowManager:
12071207 size_hint_x: 2.3
12081208
12091209 MDLabel:
1210- text: " Location "
1210+ text: " City "
12111211 bold: True
12121212 size_hint_x: 1.7
12131213
@@ -1217,7 +1217,7 @@ WindowManager:
12171217 size_hint_x: 2.2
12181218
12191219 MDLabel:
1220- text: " Protocol"
1220+ text: " Protocol"
12211221 bold: True
12221222 size_hint_x: 1.6
12231223
Original file line number Diff line number Diff line change @@ -2258,7 +2258,7 @@ def add_rv_data(self, node):
22582258 {
22592259 "viewclass" : "RecycleViewRow" ,
22602260 "moniker_text" : node [NodeKeys .NodesInfoKeys [0 ]],
2261- "country_text" : node [NodeKeys .NodesInfoKeys [4 ]],
2261+ "country_text" : node [NodeKeys .NodesInfoKeys [5 ]],
22622262 "protocol_text" : node [NodeKeys .NodesInfoKeys [13 ]],
22632263 "speed_text" : speedText ,
22642264 "isp_type_text" : node [NodeKeys .NodesInfoKeys [15 ]] if node [NodeKeys .NodesInfoKeys [15 ]] else "Unknown" ,
You can’t perform that action at this time.
0 commit comments