tinyssg 0.0.11__py3-none-any.whl → 0.0.12__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tinyssg/__init__.py +1 -1
- {tinyssg-0.0.11.dist-info → tinyssg-0.0.12.dist-info}/METADATA +1 -1
- tinyssg-0.0.12.dist-info/RECORD +6 -0
- tinyssg-0.0.11.dist-info/RECORD +0 -6
- {tinyssg-0.0.11.dist-info → tinyssg-0.0.12.dist-info}/WHEEL +0 -0
- {tinyssg-0.0.11.dist-info → tinyssg-0.0.12.dist-info}/top_level.txt +0 -0
tinyssg/__init__.py
CHANGED
@@ -548,7 +548,7 @@ class TinySSGLauncher:
|
|
548
548
|
newargv = args.copy()
|
549
549
|
newargv['mode'] = servcommand
|
550
550
|
|
551
|
-
command = [sys.executable,
|
551
|
+
command = [sys.executable, '-m', 'tinyssg', '--config', f"{json.dumps(newargv)}", 'config']
|
552
552
|
|
553
553
|
process = subprocess.Popen(
|
554
554
|
command,
|
@@ -0,0 +1,6 @@
|
|
1
|
+
tinyssg/__init__.py,sha256=WdYo8LNxL3Z47OgnaQa8FBN4NJT55VirRpRFW_CkF7A,27422
|
2
|
+
tinyssg/__main__.py,sha256=E8PEZ-wWYae76H_iWbY1Xu9VYGb6sfsWMN-hzqTMoBc,83
|
3
|
+
tinyssg-0.0.12.dist-info/METADATA,sha256=yEB0iRBn_-uylampauRgCkAK0CGPWDYTx355iVScyUI,5069
|
4
|
+
tinyssg-0.0.12.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
5
|
+
tinyssg-0.0.12.dist-info/top_level.txt,sha256=8u1XtPYCatbklb6u3NbJbFUbwA8nDKZ6cY3FScGwJDQ,8
|
6
|
+
tinyssg-0.0.12.dist-info/RECORD,,
|
tinyssg-0.0.11.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
tinyssg/__init__.py,sha256=uaCHaXdBRlKRWy4sdsPLIn738hEqQfWkxF7KUjUmon0,27415
|
2
|
-
tinyssg/__main__.py,sha256=E8PEZ-wWYae76H_iWbY1Xu9VYGb6sfsWMN-hzqTMoBc,83
|
3
|
-
tinyssg-0.0.11.dist-info/METADATA,sha256=L-Ggr4WRH7krJLrADUSuI5jYjb-fzDr6Irqnm82nCjo,5069
|
4
|
-
tinyssg-0.0.11.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
5
|
-
tinyssg-0.0.11.dist-info/top_level.txt,sha256=8u1XtPYCatbklb6u3NbJbFUbwA8nDKZ6cY3FScGwJDQ,8
|
6
|
-
tinyssg-0.0.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|