portune 0.1.10__py3-none-any.whl → 0.1.11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of portune might be problematic. Click here for more details.
- portune/portune.py +1 -1
- portune/version.py +2 -2
- {portune-0.1.10.dist-info → portune-0.1.11.dist-info}/METADATA +1 -1
- portune-0.1.11.dist-info/RECORD +9 -0
- portune-0.1.10.dist-info/RECORD +0 -9
- {portune-0.1.10.dist-info → portune-0.1.11.dist-info}/WHEEL +0 -0
- {portune-0.1.10.dist-info → portune-0.1.11.dist-info}/entry_points.txt +0 -0
- {portune-0.1.10.dist-info → portune-0.1.11.dist-info}/licenses/LICENSE +0 -0
- {portune-0.1.10.dist-info → portune-0.1.11.dist-info}/top_level.txt +0 -0
portune/portune.py
CHANGED
|
@@ -1283,7 +1283,7 @@ def generate_html_report(
|
|
|
1283
1283
|
<td style="text-align: right;">{port}</td>
|
|
1284
1284
|
<td style="text-align: center;"><span class="{status_class} status">{escape(status)}</span></td>
|
|
1285
1285
|
<td style="text-align: center;"><span class="{ping_class} ping">{ping_status}</span></td>
|
|
1286
|
-
{"\n".join([f'<td class="desc">{escape(
|
|
1286
|
+
{"\n".join([f'<td class="desc">{escape(desc[i] if i < len(desc) else "")}</td>' for i in range(len(desc_titles))])}
|
|
1287
1287
|
</tr>
|
|
1288
1288
|
''')
|
|
1289
1289
|
|
portune/version.py
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
portune/__init__.py,sha256=RfXuNfHBqfRt_z4IukwN1a0oeCXahuMOO8_eBt4T8NM,58
|
|
2
|
+
portune/portune.py,sha256=aTV3Q2ISuMROxdkgIIzQC9R62iIE7KPh3PGTbZbOBCw,67331
|
|
3
|
+
portune/version.py,sha256=xfwL5IZGNNwnNDAQtGFjpvlNxqYn3U9IM9B98Du9pJw,513
|
|
4
|
+
portune-0.1.11.dist-info/licenses/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
|
5
|
+
portune-0.1.11.dist-info/METADATA,sha256=qfzamuTm9tC7Arp-OgBtZ2bW3nWhXbZFTqKgGVfkf3Y,2013
|
|
6
|
+
portune-0.1.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
portune-0.1.11.dist-info/entry_points.txt,sha256=6j7jAf5fOZrLPbVIs3z92R1tT891WyY9YxQ6OVnPKG0,80
|
|
8
|
+
portune-0.1.11.dist-info/top_level.txt,sha256=CITDikHhRKAsSOGmNJzD-xSp6D5iBhSr9ZS1qy8-SL0,8
|
|
9
|
+
portune-0.1.11.dist-info/RECORD,,
|
portune-0.1.10.dist-info/RECORD
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
portune/__init__.py,sha256=RfXuNfHBqfRt_z4IukwN1a0oeCXahuMOO8_eBt4T8NM,58
|
|
2
|
-
portune/portune.py,sha256=Qb-Xigot0YS11RFu2OdgZi2d6iHgA4GSJ5NfSyGfUno,67286
|
|
3
|
-
portune/version.py,sha256=HsFzfK6RsoG-sFr1kLh3t-q2dq2wNylFvX6VW_rx5vM,513
|
|
4
|
-
portune-0.1.10.dist-info/licenses/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
|
5
|
-
portune-0.1.10.dist-info/METADATA,sha256=lUzpTtDy12YAtkKxPCQopus-J3XAqrFZr1GbnlJycfs,2013
|
|
6
|
-
portune-0.1.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
portune-0.1.10.dist-info/entry_points.txt,sha256=6j7jAf5fOZrLPbVIs3z92R1tT891WyY9YxQ6OVnPKG0,80
|
|
8
|
-
portune-0.1.10.dist-info/top_level.txt,sha256=CITDikHhRKAsSOGmNJzD-xSp6D5iBhSr9ZS1qy8-SL0,8
|
|
9
|
-
portune-0.1.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|