File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11Metadata-Version: 2.1
22Name: WebScripts
3- Version: 3.0.32
3+ Version: 3.0.33
44Summary: This tool runs CLI scripts and displays output in a Web Interface.
55Home-page: https://github.com/mauricelambert/WebScripts
66Author: Maurice Lambert
Original file line number Diff line number Diff line change 11Metadata-Version: 2.1
22Name: WebScripts
3- Version: 3.0.32
3+ Version: 3.0.33
44Summary: This tool runs CLI scripts and displays output in a Web Interface.
55Home-page: https://github.com/mauricelambert/WebScripts
66Author: Maurice Lambert
Original file line number Diff line number Diff line change 2323This tool runs CLI scripts and displays output in a Web Interface.
2424"""
2525
26- __version__ = "3.0.32 "
26+ __version__ = "3.0.33 "
2727__author__ = "Maurice Lambert"
2828__author_email__ = "mauricelambert434@gmail.com"
2929__maintainer__ = "Maurice Lambert"
Original file line number Diff line number Diff line change 2323This tool runs CLI scripts and displays output in a Web Interface.
2424"""
2525
26- __version__ = "3.0.32 "
26+ __version__ = "3.0.33 "
2727__author__ = "Maurice Lambert"
2828__author_email__ = "mauricelambert434@gmail.com"
2929__maintainer__ = "Maurice Lambert"
Original file line number Diff line number Diff line change 2525This file can share a password securely.
2626"""
2727
28- __version__ = "1.0.0 "
28+ __version__ = "1.0.1 "
2929__author__ = "Maurice Lambert"
3030__author_email__ = "mauricelambert434@gmail.com"
3131__maintainer__ = "Maurice Lambert"
@@ -205,6 +205,7 @@ def main() -> int:
205205 print (
206206 f"Strings must be printable: { string !r} is not." , file = stderr
207207 )
208+ return 2
208209
209210 passwords .append (password )
210211 save (passwords , id_ )
Original file line number Diff line number Diff line change 66< table width ="100% " cellspacing =0 cellpadding =2 border =0 summary ="heading ">
77< tr bgcolor ="#9286C2 ">
88< td valign =bottom > < br >
9- < font color ="#ffffff " face ="helvetica, arial "> < br > < big > < big > < strong > __init__</ strong > </ big > </ big > (version 3.0.31 )</ font > </ td
9+ < font color ="#ffffff " face ="helvetica, arial "> < br > < big > < big > < strong > __init__</ strong > </ big > </ big > (version 3.0.33 )</ font > </ td
1010> < td align =right valign =bottom
1111> < font color ="#ffffff " face ="helvetica, arial "> < a href =". "> index</ a > < br > < a href ="__init__.py "> __init__.py</ a > </ font > </ td > </ tr > </ table >
1212 < p > < tt > This tool runs CLI scripts and displays output in a Web Interface.</ tt > </ p >
You can’t perform that action at this time.
0 commit comments